mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
debian: Add emacs autoloads for all top-level notmuch functions.
With this, users will be able to simply "apt-get install emacs" and then "emacs -f notmuch" without having to edit ~/.emacs to add a ("require 'notmuch)".
This commit is contained in:
parent
b11ecf613a
commit
bec47efeeb
1 changed files with 5 additions and 0 deletions
5
debian/notmuch.emacsen-startup
vendored
5
debian/notmuch.emacsen-startup
vendored
|
@ -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)
|
||||
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue