diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-05-21 17:30:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-05-21 17:30:18 +0200 |
commit | e2c103e048145ae90f945d9603519d537c98d747 (patch) | |
tree | ed424fe19957ff36523f0449e750fd9f92d14c0c /app-emacs/vue-html-mode/files | |
parent | app-emacs/ssass-mode: new package; add 0.2_p20200211 (diff) | |
download | gentoo-e2c103e048145ae90f945d9603519d537c98d747.tar.gz gentoo-e2c103e048145ae90f945d9603519d537c98d747.tar.bz2 gentoo-e2c103e048145ae90f945d9603519d537c98d747.zip |
app-emacs/vue-html-mode: new package; add 0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/vue-html-mode/files')
-rw-r--r-- | app-emacs/vue-html-mode/files/50vue-html-mode-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/vue-html-mode/files/50vue-html-mode-gentoo.el b/app-emacs/vue-html-mode/files/50vue-html-mode-gentoo.el new file mode 100644 index 000000000000..0bc482778051 --- /dev/null +++ b/app-emacs/vue-html-mode/files/50vue-html-mode-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'vue-html-mode "vue-html-mode" + "Major mode for Vue.js templates." t) |