completion/selectrum -> completion/vertico, part 2
- Rename module from `:completion selectrum` to `:completion vertico` - Rename all files involved - Do *not* yet rename all the functions, as that messes up git's rename detection.
This commit is contained in:
parent
f9e1c99b2b
commit
24eaa1317c
33 changed files with 79 additions and 90 deletions
|
@ -106,6 +106,6 @@ OR a shell command string such as
|
|||
|
||||
|
||||
(use-package! consult-notmuch
|
||||
:when (featurep! :completion selectrum)
|
||||
:when (featurep! :completion vertico)
|
||||
:commands consult-notmuch
|
||||
:after notmuch)
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
(package! counsel-notmuch :pin "a4a1562935e4180c42524c51609d1283e9be0688"))
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm-notmuch :pin "97a01497e079a7b6505987e9feba6b603bbec288"))
|
||||
(when (featurep! :completion selectrum)
|
||||
(when (featurep! :completion vertico)
|
||||
(package! consult-notmuch :pin "67cf219fcce211237347a783ce6982402341d5fd"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue