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:
parent
0c9256411d
commit
d3eaad8f1c
2 changed files with 4 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue