diff options
author | Raul Benencia <rul@kalgan.cc> | 2023-01-04 10:10:32 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2023-01-04 10:10:32 -0800 |
commit | 1ceba0e5494532b5c72bb20d02c3d03c6bb9aa1c (patch) | |
tree | f1038890bf1ae8dc26be7305e518b1aa83bcfca8 /.emacs.local.d/modes/lsp.el | |
parent | 902158fc2379a1c08551673c62c60e95afce81dc (diff) |
emacs: remove lsp-hooks
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 |