mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -69,7 +69,7 @@
|
||||
((featurep! :completion helm)
|
||||
(evil-ex-define-cmd "pg[rep]" #'+helm:project-search)
|
||||
(evil-ex-define-cmd "pg[grep]d" #'+helm:project-search-from-cwd))
|
||||
((featurep! :completion selectrum)
|
||||
((featurep! :completion vertico)
|
||||
(evil-ex-define-cmd "pg[rep]" #'+selectrum:project-search)
|
||||
(evil-ex-define-cmd "pg[grep]d" #'+selectrum:project-search-from-cwd)))
|
||||
|
||||
|
Reference in New Issue
Block a user