aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
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 0adaf8b..3acd3a9 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)