summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2025-06-11 14:59:30 +0200
committerThomas Voss <thomas.voss@humanwave.nl> 2025-06-11 14:59:30 +0200
commit4ae33a0cf9bcb25141954d17fb9dcf3f44edfef3 (patch)
tree22c4e6f1310e8f8e582d32764a3ac1c664feaa0e /.config
parent42d98439b25e99365dd2ddc3864e8b9c5bbb8f06 (diff)
emacs: Formatting
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-treesit.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/emacs/modules/mm-treesit.el b/.config/emacs/modules/mm-treesit.el
index a41f52c..02f906a 100644
--- a/.config/emacs/modules/mm-treesit.el
+++ b/.config/emacs/modules/mm-treesit.el
@@ -72,10 +72,10 @@ The parsers are taken from `treesit-language-source-alist'."
;; NOTE: This package doesn’t autoload its ‘auto-mode-alist’ entries
(use-package vue-ts-mode
- :vc (:url "https://github.com/8uff3r/vue-ts-mode.git"
- :branch "main"
- :rev :newest
- :vc-backend Git)
+ :vc ( :url "https://github.com/8uff3r/vue-ts-mode.git"
+ :branch "main"
+ :rev :newest
+ :vc-backend Git)
:ensure t
:mode "\\.vue\\'")