Add default popup rule for *Apropos* buffers

This commit is contained in:
Henrik Lissner 2021-03-12 17:40:47 -05:00
parent fc75573962
commit cf31b91858

View File

@ -151,7 +151,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
("^ \\*undo-tree\\*"
:slot 2 :side left :size 20 :select t :quit t)
;; `help-mode', `helpful-mode'
("^\\*[Hh]elp"
("^\\*\\([Hh]elp\\|Apropos\\)"
:slot 2 :vslot -8 :size 0.35 :select t)
("^\\*eww\\*" ; `eww' (and used by dash docsets)
:vslot -11 :size 0.35 :select t)