Install the vue-html-mode package

This commit is contained in:
Gergely Polonkai 2019-10-22 10:35:42 +02:00
parent 405012f576
commit 60cc73e464
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
2 changed files with 8 additions and 0 deletions

View File

@ -3463,6 +3463,13 @@ directory. It is available from [[http://plantuml.com/download][here]].
:mode "\\.ino\\'") :mode "\\.ino\\'")
#+END_SRC #+END_SRC
** Vue templates
#+BEGIN_SRC emacs-lisp
(use-package vue-html-mode
:mode "\\.vue\\'")
#+END_SRC
* Games * Games
** Gnu Go ** Gnu Go

View File

@ -203,6 +203,7 @@
use-package use-package
vala-mode vala-mode
vala-snippets vala-snippets
vue-html-mode
wakatime-mode wakatime-mode
web-mode web-mode
with-editor with-editor