mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add default popup rule for M-x calc
This commit is contained in:
@ -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\\*"
|
||||||
|
Reference in New Issue
Block a user