From 19dd1a0dd379a8d71e8702765f31402759733fc4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 26 Apr 2016 01:57:27 -0400 Subject: [PATCH] web-mode: don't highlight current column --- modules/module-web.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/module-web.el b/modules/module-web.el index 308bb114c..db04ce2d7 100644 --- a/modules/module-web.el +++ b/modules/module-web.el @@ -60,8 +60,7 @@ (add-hook 'web-mode-hook 'turn-off-smartparens-mode) :config - (setq web-mode-enable-html-entities-fontification t - web-mode-enable-current-column-highlight t) + (setq web-mode-enable-html-entities-fontification t) (push '("html" "jade") projectile-other-file-alist) (map! :map web-mode-map :i "SPC" 'self-insert-command)