General cleanup (again)
This commit is contained in:
parent
53c94b8273
commit
f9f0b9a2e4
11 changed files with 84 additions and 85 deletions
|
@ -27,7 +27,7 @@
|
|||
(use-package helm-go-package :defer t))
|
||||
|
||||
(use-package go-eldoc
|
||||
:config (add-hook! go-mode 'go-eldoc-setup))
|
||||
:config (add-hook 'go-mode-hook 'go-eldoc-setup))
|
||||
|
||||
(use-package company-go
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue