From f458f9776049fd7e9523318582feed682e7d575c Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 3 Dec 2021 22:48:06 +0700 Subject: [PATCH] fix(popup): rules for report-emacs-bug --- modules/ui/popup/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/popup/config.el b/modules/ui/popup/config.el index 09ad19234..10e0387aa 100644 --- a/modules/ui/popup/config.el +++ b/modules/ui/popup/config.el @@ -164,7 +164,7 @@ prevent the popup(s) from messing up the UI (or vice versa)." ("^\\*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) ("^\\*Process List\\*" :side bottom :vslot 101 :size 0.25 :select t :quit t) - ("^\\*\\(?:Proced\\|timer-list\\|Abbrevs\\|Output\\|Occur\\|unsent mail\\)\\*" :ignore t))) + ("^\\*\\(?:Proced\\|timer-list\\|Abbrevs\\|Output\\|Occur\\|unsent mail.*?\\|message\\)\\*" :ignore t))) (add-hook 'doom-init-ui-hook #'+popup-mode 'append)