diff options
| author | 2026-04-10 15:14:36 -0700 | |
|---|---|---|
| committer | 2026-04-10 15:14:36 -0700 | |
| commit | fdb72aaf28847413268e50b0516df634910dd840 (patch) | |
| tree | 8f95b5f5db46bd8c8feea22dfac67ec3320e6b50 /oni/home/config/pop-os/emacs.el | |
| parent | 486806153227b39a4fef1f237fad3718f4f10857 (diff) | |
| download | new-dotfiles-main.tar.gz new-dotfiles-main.zip | |
Diffstat (limited to 'oni/home/config/pop-os/emacs.el')
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index 6b13433..621c0ec 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -1347,3 +1347,6 @@ Optional argument STOPP means stop on any defect." (prodigy-define-service :name "Punt Staging Database Connection" :tags '(punt staging tunnel))) + +(autoload 'vue-ts-mode "vue-ts-mode" nil t) +(add-to-list 'auto-mode-alist (cons (rx ".vue" eos) 'vue-ts-mode)) |
