Highlight-numbers on every prog-mode

This commit is contained in:
Aria 2018-07-29 12:19:56 +10:00
parent a07126f611
commit 90d09e6f93
6 changed files with 3 additions and 7 deletions

View file

@ -22,8 +22,6 @@ is loaded.")
python-indent-guess-indent-offset-verbose nil
python-shell-interpreter "python")
:config
(add-hook 'python-mode-hook #'highlight-numbers-mode)
(set-env! "PYTHONPATH" "PYENV_ROOT")
(set-electric! 'python-mode :chars '(?:))
(set-repl-handler! 'python-mode #'+python/repl)