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

@@ -2,4 +2,6 @@
(lambda ()
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)))
(fci-mode)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)))