use fetcher url for vertico-repeat package
vertico extensions aren't available yet See https://github.com/minad/vertico/issues/83
This commit is contained in:
parent
337c1108b9
commit
4f7246da07
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@
|
|||
(vertico
|
||||
:toggle (eq compleseus-engine 'vertico))
|
||||
(vertico-repeat
|
||||
:toggle (eq compleseus-engine 'vertico))
|
||||
:toggle (eq compleseus-engine 'vertico)
|
||||
;; TODO: Remove when https://github.com/minad/vertico/issues/83 solved.
|
||||
:location (recipe :fetcher url
|
||||
:url "https://raw.githubusercontent.com/minad/vertico/main/extensions/vertico-repeat.el"))
|
||||
(grep :location built-in)
|
||||
wgrep))
|
||||
|
||||
|
|
Reference in a new issue