Fix ob-ipython popup rule affecting python REPL

This commit is contained in:
Henrik Lissner 2019-07-11 01:23:34 +02:00
parent 5c09772219
commit aeb5cca727
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -22,7 +22,7 @@
'(("\\*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 :ttl nil) :select nil :quit nil :ttl 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)))