Don't auto-kill scratch buffer popups

This commit is contained in:
Henrik Lissner 2019-04-15 14:16:45 -04:00
parent e9f788cf67
commit 4a7b821934
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -136,7 +136,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
:slot -1 :vslot -2 :ttl 0)
("^\\*Compil\\(?:ation\\|e-Log\\)"
:vslot -2 :size 0.3 :ttl nil :quit t)
("^\\*\\(?:scratch\\|Messages\\)"
("^\\*\\(?:\\(?:doom:\\)?scratch\\|Messages\\)"
:autosave t :ttl nil)
("^\\*Man "
:size 0.45 :vslot -3 :ttl 0 :quit t :select t)