aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/prog-go.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/prog-go.el b/modules/prog-go.el
index 2870cd0f..630b725c 100644
--- a/modules/prog-go.el
+++ b/modules/prog-go.el
@@ -133,7 +133,6 @@ Overrides default prog-mode keybindings with Go-specific commands."
:mode (("\\.go\\'" . go-ts-mode) ;; .go files use go-ts-mode
("go\\.mod\\'" . go-mod-ts-mode)) ;; go.mod uses go-mod-ts-mode
:config
- (add-to-list 'exec-path go-bin-path)
;; Use goimports for formatting (adds/removes imports automatically)
(setq gofmt-command "goimports"))