mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-28 21:54: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
|
:type 'color
|
||||||
:group 'notmuch)
|
: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
|
"Whether `notmuch-hello' should always jump to the search
|
||||||
field."
|
field."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
|
|
Loading…
Reference in a new issue