Commit 6bf3233ff339

Vincent Demeester <vincent@sbr.pm>
2020-02-27 18:04:16
Tangle setup-go.el
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 04ddb53
Changed files (1)
config/setup-go.el
@@ -7,7 +7,7 @@
     :config
     (setq company-go-show-annotation t)
     (push 'company-go company-backends))
-  ;;(setq gofmt-command "goimports")
+  ;(setq gofmt-command "goimports")
   (if (not (executable-find "goimports"))
       (warn "go-mode: couldn't find goimports; no code formatting/fixed imports on save")
     (add-hook 'before-save-hook 'gofmt-before-save))