Add vue-mode config

This commit is contained in:
Adam Goldsmith 2019-02-06 00:24:06 -05:00
parent 89fb36465c
commit b45100cb7d
1 changed files with 5 additions and 0 deletions

View File

@ -715,6 +715,11 @@
web-mode-css-indent-offset 2
web-mode-code-indent-offset 2))
(use-package vue-mode
:config
(add-hook 'vue-mode-hook (lambda () (highlight-indent-guides-mode t)))
(set-face-background 'mmm-default-submode-face nil))
(use-package js2-mode
:mode "\\.js\\'"
:config