]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode'
[notmuch] / emacs / notmuch.el
index 0adaf8b49fd0f2ac08664bc64b73e094bdaf1458..3acd3a973a8a68d55d73214a2581c473797422e6 100644 (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)