core-popups: adjust Pp Eval Ouput and Org Agenda/Src popup rules

This commit is contained in:
Henrik Lissner 2017-02-25 22:18:34 -05:00
parent cfd249b7f4
commit ccabb9f6ee

View file

@ -61,7 +61,7 @@ is enabled/disabled.'")
("^\\*.+-Profiler-Report .+\\*$" :size 0.3 :regexp t :autokill t)
("*minor-modes*" :size 0.5 :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)
("*Backtrace*" :size 25 :noselect t)
("*Help*" :size 16)
@ -349,10 +349,10 @@ the command buffer."
'("*Org Select*" :size 20 :noselect t)
'("*Org Links*" :size 5 :noselect t)
'(" *Agenda Commands*" :noselect t)
'("^\\*Org Agenda" :regexp t :size 0.4)
'("^\\*Org Agenda" :regexp t :size 30)
'("*Org Clock*" :noselect t)
'("*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)
'("^CAPTURE.*\\.org$" :regexp t :size 20))