Refactor & fix doom-doctor module checkups
This commit is contained in:
parent
afdf2047a7
commit
82bead5ae4
2 changed files with 41 additions and 51 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue