core-popups: adjust Org-Babel popup config (:size 25 :noselect t)

This commit is contained in:
Henrik Lissner 2017-04-28 01:44:00 -04:00
parent f795202ce8
commit 7f4b7f6ca7

View file

@ -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