mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix ob-ipython popup rule
:transient property was removed long ago.
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
(set-popup-rules!
|
(set-popup-rules!
|
||||||
'(("\\*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 :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)))
|
||||||
|
Reference in New Issue
Block a user