ui/popup: move help buffers to new vslot
So *Messages* and help buffers get stacked instead of opened side by side.
This commit is contained in:
parent
efbc57a519
commit
799e822a19
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue