diff options
| author | 2026-04-10 15:14:36 -0700 | |
|---|---|---|
| committer | 2026-04-10 15:14:36 -0700 | |
| commit | fdb72aaf28847413268e50b0516df634910dd840 (patch) | |
| tree | 8f95b5f5db46bd8c8feea22dfac67ec3320e6b50 /oni | |
| parent | 486806153227b39a4fef1f237fad3718f4f10857 (diff) | |
| download | new-dotfiles-fdb72aaf28847413268e50b0516df634910dd840.tar.gz new-dotfiles-fdb72aaf28847413268e50b0516df634910dd840.zip | |
pop-os/emacs: Fix vue-ts-mode loading
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/config/pop-os.scm | 1 | ||||
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index f7c8f87..8bae7c7 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -171,6 +171,7 @@ "wezterm" "tree-sitter-vue" "tree-sitter-typescript" + "tree-sitter-css" "emacs-popup" "emacs-git-messenger" "emacs-csv-mode" 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)) |
