mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user