Add vue mode

This commit is contained in:
Maciej 2018-04-27 09:06:59 +03:00
parent 2cfe41626a
commit 07be5c9ab3
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
5 changed files with 17 additions and 4 deletions

View file

@ -93,6 +93,9 @@
(unless (package-installed-p 'flycheck)
(package-install 'flycheck))
(unless (package-installed-p 'hl-todo)
(package-install 'hl-todo))
(unless (package-installed-p 'flymake)
(package-install 'flymake))
@ -259,4 +262,8 @@
(unless (package-installed-p 'nvm)
(package-install 'nvm))
(unless (package-installed-p 'vue-mode)
(package-install 'vue-mode))
;;; packages.el ends here