From 4eda07e576797f5e8ee3cc746225c36ec91a54dd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 28 Jun 2018 00:31:36 +0200 Subject: [PATCH] Don't replace scratch buffer with other popups --- modules/ui/popup/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/popup/config.el b/modules/ui/popup/config.el index b07ebe2b6..3f7e8382b 100644 --- a/modules/ui/popup/config.el +++ b/modules/ui/popup/config.el @@ -146,7 +146,7 @@ prevent the popup(s) from messing up the UI (or vice versa)." ("^\\*doom \\(?:term\\|eshell\\)" :size 0.25 :vslot -10 :select t :quit nil :ttl 0) ("^\\*doom:" - :size 0.35 :size bottom :autosave t :select t :modeline t :quit nil) + :vslot -20 :size 0.35 :size bottom :autosave t :select t :modeline t :quit nil) ("^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)" :size +popup-shrink-to-fit :ttl 0 :select ignore) ("^\\*Customize"