From a6e0b3863d39531b4211945f0523ebc44c70ce1a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 5 Nov 2017 01:23:52 +0100 Subject: [PATCH] Add *compilation* popup rule --- core/core-popups.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-popups.el b/core/core-popups.el index 9b9ac2b2d..a2686e1d9 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -97,6 +97,7 @@ recognized by DOOM's popup system. They are: ("^\\*doom:" :regexp t :size 0.35 :noesc t :select t) ("^ ?\\*doom " :regexp t :noselect t :autokill t :autoclose t :autofit t) ;; built-in (emacs) + ("*compilation*" :size 0.25 :noselect t :autokill t :autoclose t) ("*ert*" :same t :modeline t) ("*info*" :size 0.5 :select t :autokill t) ("*Backtrace*" :size 20 :noselect t)