web-mode: don't highlight current column
This commit is contained in:
parent
ee41bd88f3
commit
19dd1a0dd3
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue