not required

This commit is contained in:
2024-03-19 11:36:45 +01:00
parent c20b6df513
commit e14919ee28

View File

@@ -42,8 +42,7 @@ are go compatible.
It also supports the use of gofmt -s. If you want to use it, add this It also supports the use of gofmt -s. If you want to use it, add this
to your config: to your config:
\(add-hook 'before-save-hook #'kage-gofmt-before-save)" \(add-hook 'before-save-hook #'kage-gofmt-before-save)")
(run-hooks 'kage-mode-hook))
;; we need to have our own call to gofmt, because the one in go-mode ;; we need to have our own call to gofmt, because the one in go-mode
;; only works with *.go files, but we use the original call to it anyway ;; only works with *.go files, but we use the original call to it anyway