emacs/notmuch.el: Enable hl-line-mode' in notmuch-search-mode'

This commit is contained in:
David Edmondson 2010-03-24 15:50:11 +00:00 committed by Carl Worth
parent f920ff59b9
commit cdd64727f1

View file

@ -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)