mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08:00
fix(notmuch): don't open main notmuch buffer as popup
This commit is contained in:
parent
ca7e226e13
commit
9f6366865e
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ variable accordingly.")
|
||||||
(set-company-backend! 'notmuch-message-mode
|
(set-company-backend! 'notmuch-message-mode
|
||||||
'notmuch-company '(company-ispell company-yasnippet))
|
'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! "^\\*notmuch-hello" :side 'left :size 30 :ttl 0)
|
||||||
(set-popup-rule! "^\\*subject:" :size 0.6 :ttl 0)
|
(set-popup-rule! "^\\*subject:" :size 0.6 :ttl 0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue