From a8cc5024961ef4fbb79f5fb90fd8fd8acb5cd1ef Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 03:44:26 +0200 Subject: emacs: Set tabwidth for gsp-ts-mode --- .config/emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to '.config/emacs') 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) -- cgit v1.2.3