Add default popup rule for M-x calc

This commit is contained in:
Henrik Lissner 2019-07-09 19:55:37 +02:00
parent ed9d7feb36
commit 2f86c01170
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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\\*"