Fix warnings about web-mode variables

This commit is contained in:
Tom Willemse 2018-07-17 00:45:17 -07:00
parent 84f8169de3
commit 63736ee327

View file

@ -24,6 +24,8 @@
;;; Code: ;;; Code:
(require 'web-mode)
(setq web-mode-attr-indent-offset 2) (setq web-mode-attr-indent-offset 2)
(setq web-mode-auto-quote-style 1) (setq web-mode-auto-quote-style 1)
(setq web-mode-code-indent-offset 2) (setq web-mode-code-indent-offset 2)