lang/org: remove second org-src popup rule

And rearrange ipython rules
This commit is contained in:
Henrik Lissner 2018-08-08 18:01:58 +02:00
parent b17bbf2729
commit 9d74ede286
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -71,15 +71,12 @@ string). Stops at the first function to return non-nil.")
(add-hook '+org-babel-load-functions #'+org|babel-load-ipython) (add-hook '+org-babel-load-functions #'+org|babel-load-ipython)
:config :config
(set-popup-rules! (set-popup-rules!
'(("^\\*Org Src" '(("\\*ob-ipython.*"
:side right :size 100 :height 0.6 :slot -1 :slot 2 :side right :size 100 :height 0.2
:quit nil :select t) :select nil :quit nil :transient nil)
("^\\*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.*"
:slot 2 :side right :size 100 :height 0.2
: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)))