[compleseus] Cleanup fetcher now that vertico-repeat is on elpa

elpa has the latest release tag, which includes vertico-repeat, so we can clean
this override up.
https://elpa.gnu.org/packages/vertico.html
https://github.com/minad/vertico/tree/0.14
This commit is contained in:
Benjamin Hipple 2021-10-23 14:11:47 -04:00 committed by Eugene Yaremenko
parent 191c7ac954
commit 6e512b80e1

View file

@ -32,15 +32,9 @@
persp-mode
(selectrum :toggle (eq compleseus-engine 'selectrum))
(vertico
:toggle (eq compleseus-engine 'vertico)
;; TODO remove when `vertico-repeat' on ELPA
:location (recipe :fetcher github
:repo "minad/vertico"))
:toggle (eq compleseus-engine 'vertico))
(vertico-repeat
:toggle (eq compleseus-engine 'vertico)
;; TODO remove when it's on ELPA
:location (recipe :fetcher url
:url "https://raw.githubusercontent.com/minad/vertico/main/extensions/vertico-repeat.el"))
:toggle (eq compleseus-engine 'vertico))
(grep :location built-in)
wgrep))