mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
5 lines
180 B
EmacsLisp
5 lines
180 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'vue-mode "vue-mode"
|
|
"Major mode for vue component based on mmm-mode" t)
|
|
(add-to-list 'auto-mode-alist '("\\.vue\\'" . vue-mode))
|