Enable subword-mode in python-mode

This commit is contained in:
Bozhidar Batsov 2013-04-21 22:29:10 +03:00
parent 2d46a71bcc
commit 3525aaa6f7

View file

@ -37,6 +37,7 @@
(defun prelude-python-mode-defaults ()
"Defaults for Python programming."
(subword-mode +1)
(electric-indent-mode -1))
(setq prelude-python-mode-hook 'prelude-python-mode-defaults)