DarwinAwardWinner/ido-completing-read-plus@36a8bb9 -> DarwinAwardWinner/ido-completing-read-plus@0067472 Yevgnen/ivy-rich@7b9b7b2 -> Yevgnen/ivy-rich@600b818 abo-abo/swiper@bb7965a -> abo-abo/swiper@a5eade0 company-mode/company-mode@7207cb1 -> company-mode/company-mode@ee3177c emacs-helm/helm@98af298 -> emacs-helm/helm@a7bd522 emacs-jp/helm-c-yasnippet@28699d9 -> emacs-jp/helm-c-yasnippet@e214eec raxod502/prescient.el@8573df9 -> raxod502/prescient.el@4a0f540 sebastiencs/company-box@ec8f446 -> sebastiencs/company-box@aa5f09a tumashu/ivy-posframe@3132719 -> tumashu/ivy-posframe@084cc59 tumashu/posframe@fff21cc -> tumashu/posframe@739d8fd yyoncho/helm-icons@e4a2cd1 -> yyoncho/helm-icons@8d2f5e7
7 lines
310 B
EmacsLisp
7 lines
310 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company :pin "ee3177cdad47cbe92242eeb52c7bdb9505282db6")
|
|
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
|
(when (featurep! +childframe)
|
|
(package! company-box :pin "aa5f09a5492344e3cc831f0f169a6a8345dec358"))
|