mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added highlight-indentation mode and configured specific modes for it
This commit is contained in:
@@ -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)))
|
||||
|
||||
@@ -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)))
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -2,4 +2,6 @@
|
||||
(lambda ()
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)))
|
||||
(fci-mode)
|
||||
(highlight-indentation-mode)
|
||||
(highlight-indentation-current-column-mode)))
|
||||
|
||||
@@ -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)))
|
||||
|
||||
@@ -122,6 +122,7 @@
|
||||
evil
|
||||
full-ack
|
||||
git-blame
|
||||
highlight-indentation
|
||||
inf-ruby
|
||||
markdown-mode
|
||||
php-mode-improved
|
||||
|
||||
Reference in New Issue
Block a user