config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

ol-notmuch-autoloads.el (1713B)


      1 ;;; ol-notmuch-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from ol-notmuch.el
     13 
     14 (with-eval-after-load 'org (org-link-set-parameters "notmuch" :store #'org-notmuch-store-link :follow #'org-notmuch-open))
     15 (autoload 'org-notmuch-store-link "ol-notmuch" "\
     16 Store a link to one or more notmuch messages.")
     17 (autoload 'org-notmuch-open "ol-notmuch" "\
     18 Follow a notmuch message link specified by PATH.
     19 
     20 (fn PATH _)")
     21 (with-eval-after-load 'org (org-link-set-parameters "notmuch-search" :store #'org-notmuch-search-store-link :follow #'org-notmuch-search-open))
     22 (autoload 'org-notmuch-search-store-link "ol-notmuch" "\
     23 Store a link to a notmuch search.")
     24 (autoload 'org-notmuch-search-open "ol-notmuch" "\
     25 Follow a notmuch search link specified by PATH.
     26 
     27 (fn PATH _)")
     28 (with-eval-after-load 'org (org-link-set-parameters "notmuch-tree" :store #'org-notmuch-tree-store-link :follow #'org-notmuch-tree-open))
     29 (autoload 'org-notmuch-tree-store-link "ol-notmuch" "\
     30 Store a link to a notmuch tree.")
     31 (autoload 'org-notmuch-tree-open "ol-notmuch" "\
     32 Follow a notmuch tree link specified by PATH.
     33 
     34 (fn PATH _)")
     35 (register-definition-prefixes "ol-notmuch" '("org-notmuch-"))
     36 
     37 ;;; End of scraped data
     38 
     39 (provide 'ol-notmuch-autoloads)
     40 
     41 ;; Local Variables:
     42 ;; version-control: never
     43 ;; no-byte-compile: t
     44 ;; no-update-autoloads: t
     45 ;; no-native-compile: t
     46 ;; coding: utf-8-emacs-unix
     47 ;; End:
     48 
     49 ;;; ol-notmuch-autoloads.el ends here