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

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

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

View File

@@ -23,6 +23,8 @@
(add-to-list 'ac-sources 'ac-source-rsense-method)
(add-to-list 'ac-sources 'ac-source-rsense-constant))
(flymake-ruby-load)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(ruby-electric-mode t)
(setq ruby-deep-arglist t)
(setq ruby-deep-indent-paren nil)

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

View File

@@ -7,4 +7,7 @@
(flyspell-prog-mode)
(linum-mode t)
(fci-mode)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key yaml-mode-map (kbd "RET") 'newline-and-indent)))

View File

@@ -122,6 +122,7 @@
evil
full-ack
git-blame
highlight-indentation
inf-ruby
markdown-mode
php-mode-improved