Browse Source

Enable subword-mode in python-mode

custom
Bozhidar Batsov 13 years ago
parent
commit
3525aaa6f7
  1. 1
      modules/prelude-python.el

1
modules/prelude-python.el

@ -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)

Loading…
Cancel
Save