Merge pull request #1042 from ar1a/swoop-cleanup

Clean up after swoop removal
This commit is contained in:
Henrik Lissner 2018-12-08 12:17:20 -05:00 committed by GitHub
commit 9144bcb19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -1,13 +1,6 @@
;;; completion/helm/autoload/evil.el -*- lexical-binding: t; -*-
;;;###if (featurep! :feature evil)
;;;###autoload (autoload '+helm:swoop "completion/helm/autoload/evil" nil t)
(evil-define-command +helm:swoop (&optional search bang)
"Invoke `swoop' with SEARCH. If BANG, do multiline search."
(interactive "<a><!>")
(helm-swoop :$query search :$multiline bang))
;;
;; Project searching

View file

@ -108,7 +108,6 @@ command from the current directory instead of the project root."
(ex! "ptc[wd]" #'+helm:pt-from-cwd)
(ex! "grep" #'+helm:grep)
(ex! "grepc[wd]" #'+helm:grep-from-cwd)
(ex! "sw[oop]" #'+helm:swoop)
;; (ex! "todo" #'+helm:todo) TODO implement `+helm:todo'
))
;; Project tools