summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-23 08:57:24 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-23 08:57:24 +0200
commitba8ca72373242a9b2741b8b359999ae4f3347701 (patch)
tree2e61a2d88995c0a59cefd25974d4259b04775be5 /.config/emacs/init.el
parentf9f358d564e77e12466318731498d6e67f3209a9 (diff)
emacs: Add extra vars for gsp-ts-mode
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 3f01602..4d681a5 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -320,7 +320,7 @@ preserved."
(emacs-lisp-mode :width 8 :spaces t) ;; GNU code uses 8-column tabs
(go-ts-mode :extra-vars (go-ts-mode-indent-offset))
(graphviz-dot-mode :extra-vars (graphviz-dot-indent-width))
- (gsp-ts-mode :width 2)
+ (gsp-ts-mode :width 2 :extra-vars (gsp-ts-indent-rules))
(helpful-mode :width 8)
(lisp-data-mode :spaces t)
(lisp-mode :spaces t)