mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add default popup rule for *Apropos* buffers
This commit is contained in:
@ -151,7 +151,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
|||||||
("^ \\*undo-tree\\*"
|
("^ \\*undo-tree\\*"
|
||||||
:slot 2 :side left :size 20 :select t :quit t)
|
:slot 2 :side left :size 20 :select t :quit t)
|
||||||
;; `help-mode', `helpful-mode'
|
;; `help-mode', `helpful-mode'
|
||||||
("^\\*[Hh]elp"
|
("^\\*\\([Hh]elp\\|Apropos\\)"
|
||||||
:slot 2 :vslot -8 :size 0.35 :select t)
|
:slot 2 :vslot -8 :size 0.35 :select t)
|
||||||
("^\\*eww\\*" ; `eww' (and used by dash docsets)
|
("^\\*eww\\*" ; `eww' (and used by dash docsets)
|
||||||
:vslot -11 :size 0.35 :select t)
|
:vslot -11 :size 0.35 :select t)
|
||||||
|
Reference in New Issue
Block a user