gentoo/app-emacs/vue-html-mode/files/50vue-html-mode-gentoo.el
Maciej Barć e2c103e048
app-emacs/vue-html-mode: new package; add 0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-05-21 17:30:18 +02:00

4 lines
119 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'vue-html-mode "vue-html-mode"
"Major mode for Vue.js templates." t)