Merge pull request #2196 from rgrinberg/compilation-popup-regex

ui/popup: fix popup rule for compilation buffers
This commit is contained in:
Henrik Lissner 2019-12-16 01:11:28 -05:00 committed by GitHub
commit 68223e1178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)))
(when (featurep! +defaults)
'(("^\\*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)
("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required)
:vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit t :ttl 0)