Fix ob-ipython popup rule

:transient property was removed long ago.
This commit is contained in:
Henrik Lissner 2019-07-10 22:26:40 +02:00
parent 30e14d7681
commit da0b11d0f5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -21,7 +21,7 @@
(set-popup-rules!
'(("\\*ob-ipython.*"
:slot 2 :side right :size 100 :height 0.2
:select nil :quit nil :transient nil)
:select nil :quit nil :ttl nil)
("^ ?\\*Python"
:slot 0 :side right :size 100
:select nil :quit nil :ttl nil)))