Skip to content

Commit

Permalink
fix(emacs): golang: set go-ts-indent-offset to (tab-width)
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jul 21, 2024
1 parent 69754b8 commit b33668d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
(use-package go-ts-mode
:ensure nil
:custom
(go-ts-mode-indent-offset 4))
(go-ts-mode-indent-offset (tab-width)))

(use-package age
:custom
Expand Down

0 comments on commit b33668d

Please sign in to comment.