config

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

consult-notmuch-autoloads.el (1667B)


      1 ;;; consult-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 consult-notmuch.el
     13 
     14 (autoload 'consult-notmuch "consult-notmuch" "\
     15 Search for your email in notmuch, showing single messages.
     16 If given, use INITIAL as the starting point of the query.
     17 
     18 (fn &optional INITIAL)" t)
     19 (autoload 'consult-notmuch-tree "consult-notmuch" "\
     20 Search for your email in notmuch, showing full candidate tree.
     21 If given, use INITIAL as the starting point of the query.
     22 
     23 (fn &optional INITIAL)" t)
     24 (autoload 'consult-notmuch-address "consult-notmuch" "\
     25 Search the notmuch db for an email address and compose mail to it.
     26 With a prefix argument, prompt multiple times until there
     27 is an empty input.
     28 
     29 (fn &optional MULTI-SELECT-P INITIAL-ADDR)" t)
     30 (defvar consult-notmuch-buffer-source '(:name "Notmuch Buffer" :narrow (110 . "Notmuch") :hidden t :category buffer :face consult-buffer :history buffer-name-history :state consult--buffer-state :items consult-notmuch--interesting-buffers) "\
     31 Notmuch buffer candidate source for `consult-buffer'.")
     32 (register-definition-prefixes "consult-notmuch" '("consult-notmuch-"))
     33 
     34 ;;; End of scraped data
     35 
     36 (provide 'consult-notmuch-autoloads)
     37 
     38 ;; Local Variables:
     39 ;; version-control: never
     40 ;; no-byte-compile: t
     41 ;; no-update-autoloads: t
     42 ;; no-native-compile: t
     43 ;; coding: utf-8-emacs-unix
     44 ;; End:
     45 
     46 ;;; consult-notmuch-autoloads.el ends here