Refactor & fix doom-doctor module checkups

This commit is contained in:
Henrik Lissner 2018-03-20 21:12:35 -04:00
parent afdf2047a7
commit 82bead5ae4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 41 additions and 51 deletions

View file

@ -6,7 +6,7 @@
(unless (executable-find "gore")
(warn! "Couldn't find gore. REPL will not work"))
(when (and (featurep! :completion company)
(require 'company-go nil t))
(when (featurep! :completion company)
(require 'company-go)
(unless (executable-find command-go-gocode-command)
(warn! "Couldn't find gocode. Code completion won't work")))