projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cbff2
)
emacs: Disable automatic jump to search bar for notmuch-hello.
author
Carl Worth
<cworth@cworth.org>
Tue, 27 Apr 2010 00:51:27 +0000
(17:51 -0700)
committer
Carl Worth
<cworth@cworth.org>
Tue, 27 Apr 2010 00:51:27 +0000
(17:51 -0700)
We're about to get support for maintaining point on the current
saved-search, so we don't want this jump-to-search defeating that.
emacs/notmuch-hello.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-hello.el
b/emacs/notmuch-hello.el
index bd882b830fd6ae7a320a0295e52bd15c9f92b9ea..7333e15662671627ca4c5197746ad37a34b6f5a0 100644
(file)
--- a/
emacs/notmuch-hello.el
+++ b/
emacs/notmuch-hello.el
@@
-64,7
+64,7
@@
"Background colour for the notmuch logo."
:group 'notmuch)
-(defcustom notmuch-hello-jump-to-search
t
+(defcustom notmuch-hello-jump-to-search
nil
"Whether `notmuch-hello' should always jump to the search
field."
:type 'boolean