Add popup rule for *Local variables* popup
This commit is contained in:
parent
524985ed81
commit
9bd3d66617
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
("^ \\*" :slot 1 :vslot -1 :size +popup-shrink-to-fit)))
|
||||||
(when (featurep! +defaults)
|
(when (featurep! +defaults)
|
||||||
'(("^\\*Completions" :ignore t)
|
'(("^\\*Completions" :ignore t)
|
||||||
|
("^\\*Local variables\\*$"
|
||||||
|
:vslot -1 :slot 1 :size +popup-shrink-to-fit)
|
||||||
("^\\*\\(?:[Cc]ompil\\(?: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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue