Merge pull request #2196 from rgrinberg/compilation-popup-regex
ui/popup: fix popup rule for compilation buffers
This commit is contained in:
commit
68223e1178
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||||
("^ \\*" :slot 1 :vslot -1 :size +popup-shrink-to-fit)))
|
("^ \\*" :slot 1 :vslot -1 :size +popup-shrink-to-fit)))
|
||||||
(when (featurep! +defaults)
|
(when (featurep! +defaults)
|
||||||
'(("^\\*Completions" :ignore t)
|
'(("^\\*Completions" :ignore t)
|
||||||
("^\\*\\(?:Compil\\(?:ation\\|e-Log\\)\\|Messages\\)"
|
("^\\*\\(?:[Cc]ompil\\(?:ation\\|e-Log\\)\\|Messages\\)"
|
||||||
:vslot -2 :size 0.3 :autosave t :quit t :ttl nil)
|
:vslot -2 :size 0.3 :autosave t :quit t :ttl nil)
|
||||||
("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required)
|
("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required)
|
||||||
:vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit t :ttl 0)
|
:vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit t :ttl 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue