mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs/notmuch.el: Enable hl-line-mode' in
notmuch-search-mode'
This commit is contained in:
parent
f920ff59b9
commit
cdd64727f1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue