aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/pop-os/emacs.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-04-10 15:14:36 -0700
committerGravatar Tom Willemse2026-04-10 15:14:36 -0700
commitfdb72aaf28847413268e50b0516df634910dd840 (patch)
tree8f95b5f5db46bd8c8feea22dfac67ec3320e6b50 /oni/home/config/pop-os/emacs.el
parent486806153227b39a4fef1f237fad3718f4f10857 (diff)
downloadnew-dotfiles-main.tar.gz
new-dotfiles-main.zip
pop-os/emacs: Fix vue-ts-mode loadingHEADmain
Diffstat (limited to 'oni/home/config/pop-os/emacs.el')
-rw-r--r--oni/home/config/pop-os/emacs.el3
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))