core-popups: adjust Pp Eval Ouput and Org Agenda/Src popup rules
This commit is contained in:
parent
cfd249b7f4
commit
ccabb9f6ee
1 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ is enabled/disabled.'")
|
||||||
("^\\*.+-Profiler-Report .+\\*$" :size 0.3 :regexp t :autokill t)
|
("^\\*.+-Profiler-Report .+\\*$" :size 0.3 :regexp t :autokill t)
|
||||||
("*minor-modes*" :size 0.5 :noselect t :autokill t)
|
("*minor-modes*" :size 0.5 :noselect t :autokill t)
|
||||||
("*eval*" :size 16 :noselect t :autokill t)
|
("*eval*" :size 16 :noselect t :autokill t)
|
||||||
("*Pp Eval Output*" :size 0.3 :autokill t)
|
("*Pp Eval Output*" :size 16 :noselect t :autokill t)
|
||||||
("*Apropos*" :size 0.3)
|
("*Apropos*" :size 0.3)
|
||||||
("*Backtrace*" :size 25 :noselect t)
|
("*Backtrace*" :size 25 :noselect t)
|
||||||
("*Help*" :size 16)
|
("*Help*" :size 16)
|
||||||
|
@ -349,10 +349,10 @@ the command buffer."
|
||||||
'("*Org Select*" :size 20 :noselect t)
|
'("*Org Select*" :size 20 :noselect t)
|
||||||
'("*Org Links*" :size 5 :noselect t)
|
'("*Org Links*" :size 5 :noselect t)
|
||||||
'(" *Agenda Commands*" :noselect t)
|
'(" *Agenda Commands*" :noselect t)
|
||||||
'("^\\*Org Agenda" :regexp t :size 0.4)
|
'("^\\*Org Agenda" :regexp t :size 30)
|
||||||
'("*Org Clock*" :noselect t)
|
'("*Org Clock*" :noselect t)
|
||||||
'("*Edit Formulas*" :size 10)
|
'("*Edit Formulas*" :size 10)
|
||||||
'("\\*Org Src" :regexp t :size 15)
|
'("\\*Org Src" :regexp t :size 15 :autokill t)
|
||||||
'("^\\*Org-Babel" :regexp t :size 0.4)
|
'("^\\*Org-Babel" :regexp t :size 0.4)
|
||||||
'("^CAPTURE.*\\.org$" :regexp t :size 20))
|
'("^CAPTURE.*\\.org$" :regexp t :size 20))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue