diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-05-26 15:46:38 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-05-26 15:46:38 -0700 |
commit | 65dea73b1362ba9ce03389e2148656bfba90d566 (patch) | |
tree | f95bb0f65d7160a2bee24fc18d682e3fd1fdf735 /.emacs.local.d/modes/go-lang.el | |
parent | 38f4e04a6aea11231d14de45774fa158dae3ff1d (diff) |
lsp in go
Diffstat (limited to '.emacs.local.d/modes/go-lang.el')
-rw-r--r-- | .emacs.local.d/modes/go-lang.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.local.d/modes/go-lang.el b/.emacs.local.d/modes/go-lang.el index 5d43e16..ad0b307 100644 --- a/.emacs.local.d/modes/go-lang.el +++ b/.emacs.local.d/modes/go-lang.el @@ -5,8 +5,6 @@ :ensure t :init (progn - (setq gofmt-command "goimports") - (add-hook 'before-save-hook 'gofmt-before-save) (bind-key [remap find-tag] #'godef-jump)) :config (add-hook 'go-mode-hook 'electric-pair-mode) |