We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1ac1f commit 8cf735dCopy full SHA for 8cf735d
le-python.el
@@ -231,6 +231,10 @@ It didn't work great."
231
(setq lispy-python-buf buf)
232
(with-current-buffer lispy-python-buf
233
(lispy-python-interaction-mode)
234
+ (setq lispy--python-middleware-file
235
+ (if (file-name-absolute-p lispy-python-middleware-file)
236
+ lispy-python-middleware-file
237
+ (expand-file-name "lispy-python.py" lispy-site-directory)))
238
(setq lispy-python-buf buf)))
239
(let ((lp (ignore-errors (lispy--eval-python-plain "lp"))))
240
(unless (and lp (string-match-p "module 'lispy-python'" lp))
0 commit comments