Add popup rule for *Local variables* popup

This commit is contained in:
Henrik Lissner 2020-02-11 13:36:03 -05:00
parent 524985ed81
commit 9bd3d66617
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -131,6 +131,8 @@ 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)
("^\\*Local variables\\*$"
:vslot -1 :slot 1 :size +popup-shrink-to-fit)
("^\\*\\(?:[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)