mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
emacs: Disable automatic jump to search bar for notmuch-hello.
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.
This commit is contained in:
parent
56cbff2988
commit
8a6a00bf4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue