mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
emacs: Make notmuch-hello jumpt to search bar by default.
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.
This commit is contained in:
parent
a88d1d277b
commit
c87d17f28e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue