summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorDavid Edmondson <dme@dme.org>2010-04-26 11:48:33 +0100
committerCarl Worth <cworth@cworth.org>2010-04-26 08:10:47 -0700
commit87d9df50e5ea9ee0469601a84733401970fe895d (patch)
tree9dfeaa9e719f5e8c8c1135eced0faedc010380ce /emacs
parent75b9b028ea4d611841441b744291e1181b37548f (diff)
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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-mua.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index fcdd2d1..004b50a 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -23,6 +23,7 @@
(require 'message)
(require 'notmuch-lib)
+(require 'notmuch-address)
;;