Add set-env! autodef; make :env obsolete
This commit is contained in:
parent
3b0fad871f
commit
98d2f1de3f
8 changed files with 20 additions and 8 deletions
|
@ -24,7 +24,7 @@ is loaded.")
|
|||
:config
|
||||
(add-hook! 'python-mode-hook #'(flycheck-mode highlight-numbers-mode))
|
||||
|
||||
(set! :env "PYTHONPATH" "PYENV_ROOT")
|
||||
(set-env! "PYTHONPATH" "PYENV_ROOT")
|
||||
(set! :electric 'python-mode :chars '(?:))
|
||||
(set! :repl 'python-mode #'+python/repl)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue