From 26e376227472a13523ced3b3ab366567ac9f1f2a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 8 Jul 2016 17:44:20 -0400 Subject: [PATCH] Don't auto-enable highlight-indentation-mode --- core/core-ui.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index a2c6dd869..8fd1dab19 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -118,9 +118,6 @@ :commands (highlight-indentation-mode highlight-indentation-current-column-mode) :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 (advice-add 'highlight-indentation-guess-offset :override 'doom*hl-indent-guess-offset))