From ce83d77984f31cffee0daa262bed3dbeba5ac3e1 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Fri, 8 Apr 2022 13:57:29 +0200 Subject: [PATCH] Add go-mode-hook --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 3521bbc..af112a6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -306,6 +306,8 @@ (not (eq 'company-capf elt))) company-backends)))) +(add-hook 'go-mode-hook 'hugot-go-mode-hook) + (defun hugot-go-run () (interactive) (let ((project-dir (lsp--suggest-project-root))