Replace :eval/:repl with autodef functions
+ :eval => set-eval-handler! + :repl => set-repl-handler! + Updates all internal references.
This commit is contained in:
parent
98632fe086
commit
588359cc5f
21 changed files with 98 additions and 72 deletions
|
@ -26,7 +26,7 @@ is loaded.")
|
|||
|
||||
(set-env! "PYTHONPATH" "PYENV_ROOT")
|
||||
(set-electric! 'python-mode :chars '(?:))
|
||||
(set! :repl 'python-mode #'+python/repl)
|
||||
(set-repl-handler! 'python-mode #'+python/repl)
|
||||
|
||||
(when (executable-find "ipython")
|
||||
(setq python-shell-interpreter "ipython"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue