mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Reduce def-package magic; explicitly use :when property
This commit is contained in:
@ -29,6 +29,7 @@
|
||||
|
||||
|
||||
(def-package! company-go
|
||||
:when (featurep! :completion company)
|
||||
:after go-mode
|
||||
:config (set! :company-backend 'go-mode '(company-go company-yasnippet)))
|
||||
|
||||
|
Reference in New Issue
Block a user