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 f35eadf commit 097dd66Copy full SHA for 097dd66
le-python.el
@@ -348,7 +348,10 @@ it at one time."
348
" "
349
python-shell-interpreter-args)))
350
(buffer
351
- (let ((python-shell-completion-native-enable nil))
+ (let ((python-shell-completion-native-enable nil)
352
+ (default-directory (if poetry-name
353
+ (counsel-locate-git-root)
354
+ default-directory)))
355
(python-shell-make-comint
356
python-binary-name proc-name nil nil))))
357
(setq lispy--python-middleware-file
0 commit comments