web-mode: don't highlight current column

This commit is contained in:
Henrik Lissner 2016-04-26 01:57:27 -04:00
parent ee41bd88f3
commit 19dd1a0dd3

View file

@ -60,8 +60,7 @@
(add-hook 'web-mode-hook 'turn-off-smartparens-mode) (add-hook 'web-mode-hook 'turn-off-smartparens-mode)
:config :config
(setq web-mode-enable-html-entities-fontification t (setq web-mode-enable-html-entities-fontification t)
web-mode-enable-current-column-highlight t)
(push '("html" "jade") projectile-other-file-alist) (push '("html" "jade") projectile-other-file-alist)
(map! :map web-mode-map :i "SPC" 'self-insert-command) (map! :map web-mode-map :i "SPC" 'self-insert-command)