Fix shell popups from regaining their modeline #2228

This commit is contained in:
Henrik Lissner 2019-12-26 16:49:03 -05:00
parent 45e9f2cffc
commit 2e9195742a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -137,8 +137,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
: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)
("^\\*doom:" ; editing buffers (interaction required) ("^\\*doom:" ; editing buffers (interaction required)
:vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t) :vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t)
("^\\*doom:\\(?:v?term\\|eshell\\)-popup" ; editing buffers (interaction required) ("^\\*doom:\\(?:v?term\\|e?shell\\)-popup" ; editing buffers (interaction required)
:vslot -5 :size 0.35 :select t :modeline t :quit nil :ttl nil) :vslot -5 :size 0.35 :select t :modeline nil :quit nil :ttl nil)
("^\\*\\(?:Wo\\)?Man " ("^\\*\\(?:Wo\\)?Man "
:vslot -6 :size 0.45 :select t :quit t :ttl 0) :vslot -6 :size 0.45 :select t :quit t :ttl 0)
("^\\*Calc" ("^\\*Calc"