Disable emmet-mode
This commit is contained in:
parent
881a77279c
commit
a156e7c48e
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
|
||||
(add-hook 'react-mode-hook
|
||||
(lambda ()
|
||||
(emmet-mode 0)
|
||||
(defadvice web-mode-highlight-part (around tweak-jsx activate)
|
||||
(let ((web-mode-enable-part-face nil))
|
||||
ad-do-it)))))
|
||||
|
|
Reference in a new issue