fix(notmuch): don't open main notmuch buffer as popup

This commit is contained in:
Henrik Lissner
2025-05-01 01:56:56 -04:00
parent ca7e226e13
commit 9f6366865e

View File

@ -45,6 +45,7 @@ variable accordingly.")
(set-company-backend! 'notmuch-message-mode
'notmuch-company '(company-ispell company-yasnippet))
(set-popup-rule! "^\\*notmuch" :ignore t)
(set-popup-rule! "^\\*notmuch-hello" :side 'left :size 30 :ttl 0)
(set-popup-rule! "^\\*subject:" :size 0.6 :ttl 0)