rm notmuch-hello customization

Seeking to make this notmuch module behave more like vanilla notmuch to
be less disorienting for users who are familiar with notmuch. The
customizations of the notmuch-hello screen can easily be done in user
configs by users that want those customizations.
This commit is contained in:
William Vaughn 2020-09-03 23:43:19 -07:00 committed by Will Vaughn
parent 0c9256411d
commit d3eaad8f1c
2 changed files with 4 additions and 8 deletions

View file

@ -12,7 +12,7 @@
(if-let* ((buf (cl-find-if (lambda (it) (string-match-p "^\\*notmuch" (buffer-name (window-buffer it))))
(doom-visible-windows))))
(select-window (get-buffer-window buf))
(notmuch-search "tag:inbox"))
(funcall +notmuch-home-function))
(+workspace/display))
('error
(+notmuch/quit)