From 125e28ee1073a4b83a9c933d747ecdbba4c17b4b Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 18 Jul 2026 17:47:53 -0500 Subject: refactor(go): drop exec-path registration now duplicated at top level --- modules/prog-go.el | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') 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")) -- cgit v1.2.3