From 799e822a19d5b9d1b58401752f3d7eaeff8f47b7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 22 Sep 2019 11:58:16 -0400 Subject: [PATCH] ui/popup: move help buffers to new vslot So *Messages* and help buffers get stacked instead of opened side by side. --- 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 2d605ebb0..391a266d8 100644 --- a/modules/ui/popup/config.el +++ b/modules/ui/popup/config.el @@ -151,7 +151,7 @@ prevent the popup(s) from messing up the UI (or vice versa)." :slot 2 :side left :size 20 :select t :quit t) ;; `help-mode', `helpful-mode' ("^\\*[Hh]elp" - :slot 2 :vslot -2 :size 0.35 :select t) + :slot 2 :vslot -8 :size 0.35 :select t) ("^\\*eww\\*" ; `eww' (and used by dash docsets) :vslot -11 :size 0.35 :select t) ("^\\*info\\*$" ; `Info-mode'