selectrum: fix project search evil command autoloads
This commit is contained in:
parent
02cf4bf3fa
commit
fa527c00e8
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
;; completion/selectrum/autoload/evil.el -*- lexical-binding: t; -*-
|
||||
;;;###if (featurep! :editor evil)
|
||||
|
||||
;;;###autoload (autoload '+selectrum:project-search "completion/ivy/autoload/evil" nil t)
|
||||
;;;###autoload (autoload '+selectrum:project-search "completion/selectrum/autoload/evil" nil t)
|
||||
(evil-define-command +selectrum:project-search (query &optional all-files-p)
|
||||
"Ex interface for `+selectrum/project-search'."
|
||||
(interactive "<a><!>")
|
||||
(+selectrum/project-search all-files-p query))
|
||||
|
||||
;;;###autoload (autoload '+selectrum:project-search-from-cwd "completion/ivy/autoload/evil" nil t)
|
||||
;;;###autoload (autoload '+selectrum:project-search-from-cwd "completion/selectrum/autoload/evil" nil t)
|
||||
(evil-define-command +selectrum:project-search-from-cwd (query &optional recurse-p)
|
||||
"Ex interface for `+selectrum/project-search-from-cwd'."
|
||||
(interactive "<a><!>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue