Fix PYENV -> PYENV_ROOT envvar typo
This commit is contained in:
parent
b4c8584f64
commit
991199ee78
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue