projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f920ff5
)
emacs/notmuch.el: Enable `hl-line-mode' in `notmuch-search-mode'
author
David Edmondson
<dme@dme.org>
Wed, 24 Mar 2010 15:50:11 +0000
(15:50 +0000)
committer
Carl Worth
<cworth@cworth.org>
Mon, 19 Apr 2010 18:20:02 +0000
(11:20 -0700)
emacs/notmuch.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch.el
b/emacs/notmuch.el
index 0adaf8b49fd0f2ac08664bc64b73e094bdaf1458..3acd3a973a8a68d55d73214a2581c473797422e6 100644
(file)
--- 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)