Add subword-mode to all relevant modes

This commit is contained in:
2013-05-07 09:05:08 +01:00
parent aa0c84143d
commit 41df915118
11 changed files with 12 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent))