aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2010-03-24 15:50:11 +0000
committerGravatar Carl Worth <cworth@cworth.org>2010-04-19 11:20:02 -0700
commitcdd64727f197bf9e24b89da768d75bf268b8fb1c (patch)
tree16dee672423a6d214e42092d3e5688e30ee27829
parentf920ff59b91b17959c90e3969ef20e29a94b51a0 (diff)
emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode'
-rw-r--r--emacs/notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 0adaf8b4..3acd3a97 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -234,7 +234,7 @@ For a mouse binding, return nil."
"Notmuch mail reader for Emacs."
:group 'mail)
-(defcustom notmuch-search-hook nil
+(defcustom notmuch-search-hook '(hl-line-mode)
"List of functions to call when notmuch displays the search results."
:type 'hook
:options '(hl-line-mode)