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))