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:
David Edmondson 2010-04-26 11:48:33 +01:00 committed by Carl Worth
parent 75b9b028ea
commit 87d9df50e5

View file

@ -23,6 +23,7 @@
(require 'message)
(require 'notmuch-lib)
(require 'notmuch-address)
;;