X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fnotmuch.emacsen-startup;h=60bf996820126f3377d68fbeeaf88cfbef32b79e;hp=25a527f5fc8d99244329a1530feafee881861569;hb=79b6b0190b36f5c9f14af48a3af675d2a16a46f3;hpb=8cbb5114a20c1217f23977fd5edca99a0b7a2955 diff --git a/debian/notmuch.emacsen-startup b/debian/notmuch.emacsen-startup index 25a527f5..60bf9968 100644 --- a/debian/notmuch.emacsen-startup +++ b/debian/notmuch.emacsen-startup @@ -20,4 +20,9 @@ (concat "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/notmuch")) + (autoload 'notmuch "notmuch" "Run notmuch and display saved searches, known tags, etc." t) + (autoload 'notmuch-hello "notmuch" "Run notmuch and display saved searches, known tags, etc." t) + (autoload 'notmuch-search "notmuch" "Run \"notmuch search\" with the given query string and display results." t) + (autoload 'notmuch-show "notmuch" "Run \"notmuch show\" with the given thread ID and display results." t) + ))