Bump :completion
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
This commit is contained in:
parent
a90226b569
commit
c1bfdadc10
4 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,6 @@
|
|||
|
||||
(package! company :pin "61ddd9afb5")
|
||||
(package! company-dict :pin "cd7b8394f6")
|
||||
(package! company-prescient :pin "a194852e80")
|
||||
(package! company-prescient :pin "53307731f3")
|
||||
(when (featurep! +childframe)
|
||||
(package! company-box :pin "8fc6168f2d"))
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/helm/packages.el
|
||||
|
||||
(package! helm :pin "0181b7ef46")
|
||||
(package! helm :pin "d978f20f4c")
|
||||
(package! helm-rg :pin "785a80fe5c")
|
||||
(package! helm-c-yasnippet :pin "65ca732b51")
|
||||
(package! helm-company :pin "6eb5c2d730")
|
||||
|
@ -13,7 +13,7 @@
|
|||
(when (featurep! +fuzzy)
|
||||
(package! helm-flx :pin "6640fac5cb"))
|
||||
(when (featurep! +childframe)
|
||||
(package! posframe :pin "c15800a838"))
|
||||
(package! posframe :pin "e62e584268"))
|
||||
(when (featurep! :lang org)
|
||||
(package! helm-org :pin "b7a18dfc17"))
|
||||
(package! helm-descbinds :pin "b725159823")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;; completion/ido/packages.el
|
||||
|
||||
(package! flx-ido :pin "17f5c9cb2a")
|
||||
(package! ido-completing-read+ :pin "74861eabd0")
|
||||
(package! ido-completing-read+ :pin "98d3a6e56b")
|
||||
(package! ido-sort-mtime :pin "f638ff0c92")
|
||||
(package! ido-vertical-mode :pin "16c4c1a112")
|
||||
(package! crm-custom :pin "f1aaccf643")
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
(package! wgrep :pin "5977b8e000")
|
||||
|
||||
(if (featurep! +prescient)
|
||||
(package! ivy-prescient :pin "a194852e80")
|
||||
(package! ivy-prescient :pin "53307731f3")
|
||||
(when (featurep! +fuzzy)
|
||||
(package! flx :pin "17f5c9cb2a")))
|
||||
|
||||
(when (featurep! +childframe)
|
||||
(package! ivy-posframe :pin "6d697ff00a"))
|
||||
(package! ivy-posframe :pin "ae9bafe94f"))
|
||||
|
||||
(when (featurep! +icons)
|
||||
(package! all-the-icons-ivy :pin "a70cbfa1ef"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue