From 85c6d2ffc51bc59fe0770a277d544ddf3485a4c5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 24 Aug 2021 17:55:28 -0700 Subject: emacs: fix hook syntax for lsp-mode --- emacs/custom/fcuny-prog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1