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:
@ -21,6 +21,7 @@
|
||||
|
||||
|
||||
(def-package! company-shell
|
||||
:when (featurep! :completion company)
|
||||
:after sh-script
|
||||
:config (setq company-shell-delete-duplicates t))
|
||||
|
||||
|
Reference in New Issue
Block a user