Add default popup rule for M-x calc
This commit is contained in:
parent
ed9d7feb36
commit
2f86c01170
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||||
:vslot -5 :size 0.35 :select t :modeline t :quit nil :ttl nil)
|
:vslot -5 :size 0.35 :select t :modeline t :quit nil :ttl nil)
|
||||||
("^\\*Man "
|
("^\\*Man "
|
||||||
:vslot -6 :size 0.45 :select t :quit t :ttl 0)
|
:vslot -6 :size 0.45 :select t :quit t :ttl 0)
|
||||||
|
("^\\*Calc"
|
||||||
|
: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 :select t :quit t)
|
||||||
("^ \\*undo-tree\\*"
|
("^ \\*undo-tree\\*"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue