summaryrefslogtreecommitdiff
path: root/emacs/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom')
-rw-r--r--emacs/custom/fcuny-prog.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el
index 6246863..2c4635e 100644
--- a/emacs/custom/fcuny-prog.el
+++ b/emacs/custom/fcuny-prog.el
@@ -109,6 +109,7 @@
(use-package go-mode
:after (eglot)
:ensure t
+ :hook ((before-save . gofmt-before-save))
:custom
(tab-width 4))