mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Automatically load "notmuch-address"
"notmuch-address.el" tries to be careful to insinuate itself into message mode only if it will do something useful, so it's safe to load it all of the time.
This commit is contained in:
parent
75b9b028ea
commit
87d9df50e5
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
(require 'message)
|
||||
|
||||
(require 'notmuch-lib)
|
||||
(require 'notmuch-address)
|
||||
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue