General cleanup (again)

This commit is contained in:
Henrik Lissner 2016-03-29 23:13:31 -04:00
parent 53c94b8273
commit f9f0b9a2e4
11 changed files with 84 additions and 85 deletions

View file

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