Don't auto-enable highlight-indentation-mode

This commit is contained in:
Henrik Lissner 2016-07-08 17:44:20 -04:00
parent 327eb57bfc
commit 26e3762274

View file

@ -118,9 +118,6 @@
:commands (highlight-indentation-mode :commands (highlight-indentation-mode
highlight-indentation-current-column-mode) highlight-indentation-current-column-mode)
:init :init
(add-hook! (nxml-mode yaml-mode json-mode scss-mode
c-mode-common ruby-mode python-mode lua-mode)
'highlight-indentation-mode)
(after! editorconfig (after! editorconfig
(advice-add 'highlight-indentation-guess-offset (advice-add 'highlight-indentation-guess-offset
:override 'doom*hl-indent-guess-offset)) :override 'doom*hl-indent-guess-offset))