mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-popups: adjust Pp Eval Ouput and Org Agenda/Src popup rules
This commit is contained in:
@ -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))
|
||||
|
||||
|
Reference in New Issue
Block a user