[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:
parent
191c7ac954
commit
6e512b80e1
1 changed files with 2 additions and 8 deletions
|
@ -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))
|
||||
|
||||
|
|
Reference in a new issue