mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Larger *Customize* popup rule & don't quit on ESC/C-g
This commit is contained in:
@ -147,7 +147,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
|||||||
("^\\*Calc"
|
("^\\*Calc"
|
||||||
:vslot -7 :side bottom :size 0.4 :select t :quit nil :ttl 0)
|
:vslot -7 :side bottom :size 0.4 :select t :quit nil :ttl 0)
|
||||||
("^\\*Customize"
|
("^\\*Customize"
|
||||||
:slot 2 :side right :select t :quit t)
|
:slot 2 :side right :size 0.5 :select t :quit nil)
|
||||||
("^ \\*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'
|
||||||
|
Reference in New Issue
Block a user