mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: remove +ipython flag
+ Replace +ipython functionality with +python/open-ipython-repl command. + Use python-shell-interpreter for eval handlers, repl and python version detection. + Removed various python-shell-* variables for ipython; they are already supported upstream.
This commit is contained in:
@ -60,7 +60,9 @@ started it."
|
||||
(+python--extract-version "Pipenv " v)
|
||||
+python-version-cache))
|
||||
(puthash (or (doom-project-root) default-directory)
|
||||
(+python--extract-version "Python " (car (process-lines "python" "--version")))
|
||||
(+python--extract-version
|
||||
"Python "
|
||||
(car (process-lines python-shell-intepreter "--version")))
|
||||
+python-version-cache))
|
||||
(error "Python")))
|
||||
|
||||
|
Reference in New Issue
Block a user