From c87d17f28e67fd636b41507d78d058fc92e90a06 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 24 Apr 2010 06:15:09 -0700 Subject: [PATCH] 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. --- emacs/notmuch-hello.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 7e3107c3..482ef681 100644 --- 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 -- 2.43.0