core-popups: adjust Org-Babel popup config (:size 25 :noselect t)
This commit is contained in:
parent
f795202ce8
commit
7f4b7f6ca7
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ you came from."
|
||||||
'("*Org Clock*" :noselect t)
|
'("*Org Clock*" :noselect t)
|
||||||
'("^\\*Org Src" :regexp t :size 0.5 :noesc t)
|
'("^\\*Org Src" :regexp t :size 0.5 :noesc t)
|
||||||
'("*Edit Formulas*" :size 10)
|
'("*Edit Formulas*" :size 10)
|
||||||
'("^\\*Org-Babel" :regexp t :size 0.4)
|
'("^\\*Org-Babel" :regexp t :size 25 :noselect t)
|
||||||
'("^CAPTURE.*\\.org$" :regexp t :size 20))
|
'("^CAPTURE.*\\.org$" :regexp t :size 20))
|
||||||
|
|
||||||
;; Org tries to do its own popup management, causing buffer/window config
|
;; Org tries to do its own popup management, causing buffer/window config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue