Add *compilation* popup rule

This commit is contained in:
Henrik Lissner 2017-11-05 01:23:52 +01:00
parent 95a5b46dc5
commit a6e0b3863d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)