mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
removed highlight-indentation-current-column-mode from various languages
This commit is contained in:
@@ -8,5 +8,4 @@
|
||||
(fci-mode)
|
||||
(setq tab-width 2)
|
||||
(setq highlight-indentation-offset 2)
|
||||
(highlight-indentation-mode)
|
||||
(highlight-indentation-current-column-mode)))
|
||||
(highlight-indentation-mode)))
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(highlight-indentation-mode)
|
||||
(highlight-indentation-current-column-mode)
|
||||
(define-key python-mode-map (kbd "RET") 'newline-and-indent)))
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
(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)
|
||||
|
||||
@@ -3,5 +3,4 @@
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(highlight-indentation-mode)
|
||||
(highlight-indentation-current-column-mode)))
|
||||
(highlight-indentation-mode)))
|
||||
|
||||
@@ -9,5 +9,4 @@
|
||||
(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)))
|
||||
|
||||
Reference in New Issue
Block a user