completion/selectrum -> completion/vertico, part 3
- Rename all functions and variables in the module to reflect the namechange (and the irc jump function)
This commit is contained in:
parent
24eaa1317c
commit
a0eb4e9b65
13 changed files with 55 additions and 55 deletions
|
@ -70,8 +70,8 @@
|
|||
(evil-ex-define-cmd "pg[rep]" #'+helm:project-search)
|
||||
(evil-ex-define-cmd "pg[grep]d" #'+helm:project-search-from-cwd))
|
||||
((featurep! :completion vertico)
|
||||
(evil-ex-define-cmd "pg[rep]" #'+selectrum:project-search)
|
||||
(evil-ex-define-cmd "pg[grep]d" #'+selectrum:project-search-from-cwd)))
|
||||
(evil-ex-define-cmd "pg[rep]" #'+vertico:project-search)
|
||||
(evil-ex-define-cmd "pg[grep]d" #'+vertico:project-search-from-cwd)))
|
||||
|
||||
;;; Project tools
|
||||
(evil-ex-define-cmd "com[pile]" #'+evil:compile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue