diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el index cfdecf3..1c341e1 100644 --- a/emacs/custom/fcuny-prog.el +++ b/emacs/custom/fcuny-prog.el @@ -24,7 +24,7 @@ :ensure t :commands (lsp lsp-deferred) :diminish lsp-mode - :hook (((go-mode) . lsp-deferred) + :hook ((go-mode . lsp-deferred) (lsp-mode . (lambda() (let ((lsp-keymap-prefix "C-c l")) (lsp-enable-which-key-integration))))) :config |