mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
DarwinAwardWinner/ido-completing-read-plus@74861ea -> DarwinAwardWinner/ido-completing-read-plus@98d3a6e emacs-helm/helm@0181b7e -> emacs-helm/helm@d978f20 raxod502/prescient.el@a194852 -> raxod502/prescient.el@5330773 raxod502/prescient.el@a194852 -> raxod502/prescient.el@5330773 tumashu/ivy-posframe@6d697ff -> tumashu/ivy-posframe@ae9bafe tumashu/posframe@c15800a -> tumashu/posframe@e62e584 Possibly fixes #2540
9 lines
267 B
EmacsLisp
9 lines
267 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; completion/company/packages.el
|
|
|
|
(package! company :pin "61ddd9afb5")
|
|
(package! company-dict :pin "cd7b8394f6")
|
|
(package! company-prescient :pin "53307731f3")
|
|
(when (featurep! +childframe)
|
|
(package! company-box :pin "8fc6168f2d"))
|