Turn on electric indent mode with python mode
This commit is contained in:
parent
563e29aa0c
commit
6283c1afd7
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@
|
|||
|
||||
(defun prelude-python-mode-defaults ()
|
||||
"Defaults for Python programming."
|
||||
(subword-mode +1)
|
||||
(electric-indent-mode -1))
|
||||
(subword-mode +1))
|
||||
|
||||
(setq prelude-python-mode-hook 'prelude-python-mode-defaults)
|
||||
|
||||
|
|
Loading…
Reference in a new issue