mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Disable highlight-indentation-current-column-mode for certain modes
Ruby, PHP, JavaScript and others have closing statements for code blocks. Highlightighting the current indentation level serves as more of annoyance than a useful tool. The same it not true for the likes of Python or CoffeeScript for example.
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
(flyspell-prog-mode)
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(highlight-indentation-mode)
|
||||
(highlight-indentation-current-column-mode)))
|
||||
(highlight-indentation-mode)))
|
||||
|
||||
Reference in New Issue
Block a user