added highlight-indentation mode and configured specific modes for it

This commit is contained in:
2012-02-28 14:12:47 +00:00
parent 19ad03f151
commit c510cb8440
6 changed files with 15 additions and 2 deletions

View File

@@ -3,4 +3,6 @@
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))