Fix precedence of popup rules
More general rules should be lower in the list.
This commit is contained in:
parent
1678bf8382
commit
c1890307a6
1 changed files with 6 additions and 6 deletions
|
@ -73,6 +73,12 @@ is enabled/disabled.'")
|
||||||
("^\\*doom:" :regexp t :size 0.35 :noesc t :select t :modeline t)
|
("^\\*doom:" :regexp t :size 0.35 :noesc t :select t :modeline t)
|
||||||
("^\\*doom " :regexp t :noselect t :autokill t :autoclose t)
|
("^\\*doom " :regexp t :noselect t :autokill t :autoclose t)
|
||||||
;; built-in (emacs)
|
;; built-in (emacs)
|
||||||
|
("*info*" :size 0.5 :select t :autokill t)
|
||||||
|
("*Backtrace*" :size 20 :noselect t)
|
||||||
|
("*Warnings*" :size 8 :noselect t)
|
||||||
|
("*Messages*" :size 12 :noselect t)
|
||||||
|
("*Help*" :size 0.3)
|
||||||
|
("^\\*.*Shell Command.*\\*$" :regexp t :size 20 :noselect t :autokill t)
|
||||||
(apropos-mode :size 0.3 :autokill t :autoclose t)
|
(apropos-mode :size 0.3 :autokill t :autoclose t)
|
||||||
(Buffer-menu-mode :size 20 :autokill t)
|
(Buffer-menu-mode :size 20 :autokill t)
|
||||||
(comint-mode :noesc t)
|
(comint-mode :noesc t)
|
||||||
|
@ -80,12 +86,6 @@ is enabled/disabled.'")
|
||||||
(profiler-report-mode :size 0.3 :regexp t :autokill t :modeline minimal)
|
(profiler-report-mode :size 0.3 :regexp t :autokill t :modeline minimal)
|
||||||
(tabulated-list-mode :noesc t)
|
(tabulated-list-mode :noesc t)
|
||||||
(special-mode :noselect t :autokill t :autoclose t)
|
(special-mode :noselect t :autokill t :autoclose t)
|
||||||
("*info*" :size 0.5 :select t :autokill t)
|
|
||||||
("*Backtrace*" :size 20 :noselect t)
|
|
||||||
("*Warnings*" :size 5 :noselect t :autokill t :autoclose t)
|
|
||||||
("*Messages*" :size 12 :noselect t :autokill nil)
|
|
||||||
("*Help*" :size 0.3)
|
|
||||||
("^\\*.*Shell Command.*\\*$" :regexp t :size 20 :noselect t :autokill t)
|
|
||||||
("^\\*" :regexp t :noselect t :autokill t)
|
("^\\*" :regexp t :noselect t :autokill t)
|
||||||
("^ \\*" :regexp t :size 12 :noselect t :autokill t :autoclose t)))
|
("^ \\*" :regexp t :size 12 :noselect t :autokill t :autoclose t)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue