Fix PYENV -> PYENV_ROOT envvar typo

This commit is contained in:
Henrik Lissner 2018-07-31 23:16:18 +02:00
parent b4c8584f64
commit 991199ee78
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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-shell-interpreter "python")
:config
(set-env! "PYTHONPATH" "PYENV")
(set-env! "PYTHONPATH" "PYENV_ROOT")
(set-electric! 'python-mode :chars '(?:))
(set-repl-handler! 'python-mode #'+python/repl)