[popup] ignore send mail buffers

[C-x m] should not appear in a popup.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
This commit is contained in:
Rudi Grinberg 2019-10-28 12:20:35 +09:00
parent dca4015003
commit 0e0fa37b22

View file

@ -159,7 +159,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
'(("^\\*Warnings" :vslot 99 :size 0.25) '(("^\\*Warnings" :vslot 99 :size 0.25)
("^\\*Backtrace" :vslot 99 :size 0.4 :quit nil) ("^\\*Backtrace" :vslot 99 :size 0.4 :quit nil)
("^\\*CPU-Profiler-Report " :side bottom :vslot 100 :slot 1 :height 0.4 :width 0.5 :quit nil) ("^\\*CPU-Profiler-Report " :side bottom :vslot 100 :slot 1 :height 0.4 :width 0.5 :quit nil)
("^\\*Memory-Profiler-Report " :side bottom :vslot 100 :slot 2 :height 0.4 :width 0.5 :quit nil))) ("^\\*Memory-Profiler-Report " :side bottom :vslot 100 :slot 2 :height 0.4 :width 0.5 :quit nil)
("^\\*unsent mail*" :ignore t)))
(add-hook 'doom-init-ui-hook #'+popup-mode 'append) (add-hook 'doom-init-ui-hook #'+popup-mode 'append)