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:
@ -79,6 +79,7 @@
|
||||
|
||||
|
||||
(def-package! company-tern
|
||||
:when (featurep! :completion company)
|
||||
:after tern
|
||||
:config
|
||||
(set! :company-backend 'js2-mode '(company-tern)))
|
||||
|
Reference in New Issue
Block a user