From: David Edmondson Date: Wed, 24 Mar 2010 15:50:11 +0000 (+0000) Subject: emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode' X-Git-Tag: 0.3~148 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=cdd64727f197bf9e24b89da768d75bf268b8fb1c emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode' --- 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)