Disable emmet-mode

This commit is contained in:
Andrea Moretti 2015-07-30 00:26:57 +02:00 committed by syl20bnr
parent 881a77279c
commit a156e7c48e

View file

@ -57,6 +57,7 @@
(add-hook 'react-mode-hook (add-hook 'react-mode-hook
(lambda () (lambda ()
(emmet-mode 0)
(defadvice web-mode-highlight-part (around tweak-jsx activate) (defadvice web-mode-highlight-part (around tweak-jsx activate)
(let ((web-mode-enable-part-face nil)) (let ((web-mode-enable-part-face nil))
ad-do-it))))) ad-do-it)))))