Fix quoting in babel popup rules
Reported by @fuxialexander
This commit is contained in:
parent
f3b42a73b3
commit
7a98919597
1 changed files with 4 additions and 4 deletions
|
@ -73,16 +73,16 @@ string). Stops at the first function to return non-nil.")
|
||||||
:config
|
:config
|
||||||
(set-popup-rules!
|
(set-popup-rules!
|
||||||
'(("^\\*Org Src"
|
'(("^\\*Org Src"
|
||||||
:side 'right :size 100 :height 0.6 :slot -1
|
:side right :size 100 :height 0.6 :slot -1
|
||||||
:quit nil :select t)
|
:quit nil :select t)
|
||||||
("^\\*Python"
|
("^\\*Python"
|
||||||
:slot 0 :side 'right :size 100
|
:slot 0 :side right :size 100
|
||||||
:select nil :quit nil :ttl nil)
|
:select nil :quit nil :ttl nil)
|
||||||
("\\*ob-ipython.*"
|
("\\*ob-ipython.*"
|
||||||
:slot 2 :side 'right :size 100 :height 0.2
|
:slot 2 :side right :size 100 :height 0.2
|
||||||
:select nil :quit nil :transient nil)
|
:select nil :quit nil :transient nil)
|
||||||
("\\*Python:.*"
|
("\\*Python:.*"
|
||||||
:slot 0 :side 'right :size 100
|
:slot 0 :side right :size 100
|
||||||
:select nil :quit nil :transient nil)))
|
:select nil :quit nil :transient nil)))
|
||||||
;; TODO Add more popup styles
|
;; TODO Add more popup styles
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue