summaryrefslogtreecommitdiff
blob: 15091349f7635aa96eb039420af4c4d339dbf761 (plain)
1
2
3
4
(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))