projects
/
notmuch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88d1d2
)
emacs: Make notmuch-hello jumpt to search bar by default.
author
Carl Worth
<cworth@cworth.org>
Sat, 24 Apr 2010 13:15:09 +0000
(06:15 -0700)
committer
Carl Worth
<cworth@cworth.org>
Sat, 24 Apr 2010 13:15:09 +0000
(06:15 -0700)
This isn't ideal for me personally, since I usually want to inovke a
saved search rather than entering a new search textually. But it's at
least better than just putting point in the upper-left corner where it
doesn't do anything.
emacs/notmuch-hello.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-hello.el
b/emacs/notmuch-hello.el
index 7e3107c333a2df9e5efeeeb4db126e433dc0f2ad..482ef6818ec6d461f2f86ac392a589411e36b7e5 100644
(file)
--- a/
emacs/notmuch-hello.el
+++ b/
emacs/notmuch-hello.el
@@
-60,7
+60,7
@@
:type 'color
:group 'notmuch)
-(defcustom notmuch-hello-jump-to-search
nil
+(defcustom notmuch-hello-jump-to-search
t
"Whether `notmuch-hello' should always jump to the search
field."
:type 'boolean