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 css-indent-offset 2)))
(setq css-indent-offset 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)))

View File

@@ -5,4 +5,6 @@
(setq whitespace-action (quote (auto-cleanup)))
(flyspell-mode)
(linum-mode t)
(fci-mode)))
(fci-mode)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)))

View File

@@ -12,4 +12,6 @@
(lambda ()
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)))
(fci-mode)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)))

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