Major refactor: use-package-always-defer = nil & use :hook

Possibly breaking change: packages are no longer deferred by default.

Addresses #286
This commit is contained in:
Henrik Lissner
2017-12-08 22:33:12 -05:00
parent 2cbd1b9107
commit 9d81bc5a8b
45 changed files with 90 additions and 151 deletions

View File

@ -65,9 +65,7 @@
(def-package! go-eldoc
:after go-mode
:commands go-eldoc-setup
:config (add-hook 'go-mode-hook #'go-eldoc-setup))
:hook (go-mode . go-eldoc-setup))
(def-package! go-guru