lang/python: register ANACONDA_HOME envvar
This commit is contained in:
parent
e053234992
commit
7ffa3c8d8d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
python-indent-guess-indent-offset-verbose nil
|
||||
python-shell-interpreter "python")
|
||||
:config
|
||||
(set-env! "PYTHONPATH" "PYENV_ROOT")
|
||||
(set-env! "PYTHONPATH" "PYENV_ROOT" "ANACONDA_HOME")
|
||||
(set-electric! 'python-mode :chars '(?:))
|
||||
(set-repl-handler! 'python-mode #'+python/repl)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue