added highlight-indentation-mode to a few more languages

This commit is contained in:
2012-02-29 10:08:23 +00:00
parent 9477e36d2f
commit 87e87bfdff
4 changed files with 12 additions and 4 deletions

View File

@@ -3,4 +3,6 @@
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(setq tab-width 2)))
(setq tab-width 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)))