doomemacs/modules/completion/company/packages.el

9 lines
387 B
EmacsLisp
Raw Normal View History

2017-02-19 18:41:26 -05:00
;; -*- no-byte-compile: t; -*-
;;; completion/company/packages.el
2020-01-14 22:32:11 -05:00
(package! company :pin "d5053561cb166e03051c60e5c1e05a8a926dfee5")
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
(package! company-prescient :pin "7fd8c3b8028da4733434940c4aac1209281bef58")
(when (featurep! +childframe)
2020-01-14 22:32:11 -05:00
(package! company-box :pin "8fc6168f2d3a0275156dd3fdf46ba496adbab226"))