mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix PYENV -> PYENV_ROOT envvar typo
This commit is contained in:
@ -17,7 +17,7 @@ first to return non-nil will have its result appended to the python-mode
|
|||||||
python-indent-guess-indent-offset-verbose nil
|
python-indent-guess-indent-offset-verbose nil
|
||||||
python-shell-interpreter "python")
|
python-shell-interpreter "python")
|
||||||
:config
|
:config
|
||||||
(set-env! "PYTHONPATH" "PYENV")
|
(set-env! "PYTHONPATH" "PYENV_ROOT")
|
||||||
(set-electric! 'python-mode :chars '(?:))
|
(set-electric! 'python-mode :chars '(?:))
|
||||||
(set-repl-handler! 'python-mode #'+python/repl)
|
(set-repl-handler! 'python-mode #'+python/repl)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user