Add go-mode-hook

master
Hugo Thunnissen 2 years ago
parent 9c70d70e02
commit ce83d77984

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

Loading…
Cancel
Save