featurep! will be renamed modulep! in the future, so it's been deprecated. They have identical interfaces, and can be replaced without issue. featurep! was never quite the right name for this macro. It implied that it had some connection to featurep, which it doesn't (only that it was similar in purpose; still, Doom modules are not features). To undo such implications and be consistent with its namespace (and since we're heading into a storm of breaking changes with the v3 release anyway), now was the best opportunity to begin the transition.
7 lines
309 B
EmacsLisp
7 lines
309 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company :pin "1005540b1cdf176cbcf893b2fa83d2075cbbe3ca")
|
|
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
|
(when (modulep! +childframe)
|
|
(package! company-box :pin "f9cbbc7df8efbb56a8d31a5b422d158660d9109e"))
|