From d378fdbed03f47c17f87135eb42a999d4526e90f Mon Sep 17 00:00:00 2001 From: Aria Date: Sat, 8 Dec 2018 19:17:52 +1100 Subject: [PATCH] Clean up after swoop removal removed in 7f5e778b0c3abe14b2597f9b93fb399ff2335e62 --- modules/completion/helm/autoload/evil.el | 7 ------- modules/config/default/+evil-commands.el | 1 - 2 files changed, 8 deletions(-) diff --git a/modules/completion/helm/autoload/evil.el b/modules/completion/helm/autoload/evil.el index f7a0372c4..a5cfa3a25 100644 --- a/modules/completion/helm/autoload/evil.el +++ b/modules/completion/helm/autoload/evil.el @@ -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 "") - (helm-swoop :$query search :$multiline bang)) - - ;; ;; Project searching diff --git a/modules/config/default/+evil-commands.el b/modules/config/default/+evil-commands.el index 4b49f280f..88ef9fd6f 100644 --- a/modules/config/default/+evil-commands.el +++ b/modules/config/default/+evil-commands.el @@ -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