completion/helm: fix undefined helm/grep*
This commit is contained in:
parent
9ee1d8d0e2
commit
5021b0dbb6
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ ones."
|
|||
;;;###autoload (autoload '+helm/grep "completion/helm/autoload/helm")
|
||||
;;;###autoload (autoload '+helm/grep-from-cwd "completion/helm/autoload/helm")
|
||||
|
||||
(dolist (engine (cl-remove-duplicates +helm-project-search-engines :from-end t))
|
||||
(dolist (engine `(,@(cl-remove-duplicates +helm-project-search-engines :from-end t) grep))
|
||||
(defalias (intern (format "+helm/%s" engine))
|
||||
(lambda (all-files-p &optional query directory)
|
||||
(interactive "P")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue