Larger *Customize* popup rule & don't quit on ESC/C-g
This commit is contained in:
parent
ef05823b67
commit
233b15fe1e
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue