From 067acdbcaeff5d8eddc957bc4a05717f5f76876b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 9 Mar 2020 00:08:33 +0000 Subject: chore(tools/emacs): Configure all-tags list in notmuch-hello I've been setting these options manually in my sessions for some reason. Let's make it official! --- tools/emacs/config/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/emacs/config/init.el b/tools/emacs/config/init.el index d705274e93..1d25fb4414 100644 --- a/tools/emacs/config/init.el +++ b/tools/emacs/config/init.el @@ -77,7 +77,9 @@ ("s-g m" . notmuch) ("s-g M" . counsel-notmuch)) ;; g m -> gmail :config - (setq notmuch-search-oldest-first nil)) + (setq notmuch-search-oldest-first nil) + (setq notmuch-show-all-tags-list t) + (setq notmuch-hello-tag-list-make-query "tag:unread")) (use-package paredit :hook ((lisp-mode . paredit-mode) (emacs-lisp-mode . paredit-mode))) -- cgit 1.4.1