Merge pull request #2143 from rgrinberg/popup-ignore-more

ui/popup: add more default rules
This commit is contained in:
Henrik Lissner 2019-12-03 22:56:33 -05:00 committed by GitHub
commit a8fd59a054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
("^\\*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)
("^\\*Memory-Profiler-Report " :side bottom :vslot 100 :slot 2 :height 0.4 :width 0.5 :quit nil)
("^\\*unsent mail*" :ignore t)))
("^\\*\\(?:Proced\\|timer-list\\|Process List\\|Abbrevs\\|Output\\|Occur\\|unsent mail\\)\\*" :ignore t)))
(add-hook 'doom-init-ui-hook #'+popup-mode 'append)