mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't auto-kill compilation log buffers #1316
This commit is contained in:
@ -135,7 +135,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||
("^\\*Completions"
|
||||
:slot -1 :vslot -2 :ttl 0)
|
||||
("^\\*Compil\\(?:ation\\|e-Log\\)"
|
||||
:vslot -2 :size 0.3 :ttl 0 :quit t)
|
||||
:vslot -2 :size 0.3 :ttl nil :quit t)
|
||||
("^\\*\\(?:scratch\\|Messages\\)"
|
||||
:autosave t :ttl nil)
|
||||
("^\\*Man "
|
||||
|
Reference in New Issue
Block a user