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)