diff options
Diffstat (limited to '.emacs.local.d/modes/lsp.el')
-rw-r--r-- | .emacs.local.d/modes/lsp.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/lsp.el b/.emacs.local.d/modes/lsp.el index 30a5d8f..1baf1b3 100644 --- a/.emacs.local.d/modes/lsp.el +++ b/.emacs.local.d/modes/lsp.el @@ -9,7 +9,6 @@ (defun lsp-go-install-save-hooks () (add-hook 'before-save-hook #'lsp-format-buffer t t) (add-hook 'before-save-hook #'lsp-organize-imports t t)) -(add-hook 'go-mode-hook #'lsp-go-install-save-hooks) ;;Optional - provides fancier overlays. (use-package lsp-ui |