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:
Henrik Lissner 2018-10-06 00:25:50 -04:00
parent 7c6e2e705f
commit 9185da824c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 14 deletions

View file

@ -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")))