diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 03:44:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 03:44:26 +0200 |
commit | a8cc5024961ef4fbb79f5fb90fd8fd8acb5cd1ef (patch) | |
tree | 4f988e0361b276bae7c0229a267b59f6c99418b1 /.config/emacs | |
parent | b8f9492cc9c905f8c613d2f52ba623452570924f (diff) |
emacs: Set tabwidth for gsp-ts-mode
Diffstat (limited to '.config/emacs')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index d543531..1fc33f8 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -320,6 +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) (helpful-mode :width 8) (lisp-data-mode :spaces t) (lisp-mode :spaces t) |