Replace :electric with set-electric-rules!
And general refactor of the emacs/electric-indent module. Also updates (set! :electric ...) references in various :lang modules
This commit is contained in:
parent
f801939ce7
commit
9f0ebe42e8
9 changed files with 39 additions and 33 deletions
|
@ -25,7 +25,7 @@ is loaded.")
|
|||
(add-hook! 'python-mode-hook #'(flycheck-mode highlight-numbers-mode))
|
||||
|
||||
(set-env! "PYTHONPATH" "PYENV_ROOT")
|
||||
(set! :electric 'python-mode :chars '(?:))
|
||||
(set-electric! 'python-mode :chars '(?:))
|
||||
(set! :repl 'python-mode #'+python/repl)
|
||||
|
||||
(when (executable-find "ipython")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue