From a7069b93f2dea48a6fdf0e22b835e017e83b5620 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 May 2019 17:10:56 -0400 Subject: [PATCH] Remove vestigial imenu-anywhere remappings --- modules/completion/helm/config.el | 1 - modules/completion/ivy/config.el | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index f4efe8ac6..2ee33299a 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -42,7 +42,6 @@ be negative.") [remap bookmark-jump] #'helm-bookmarks [remap execute-extended-command] #'helm-M-x [remap find-file] #'helm-find-files - [remap imenu-anywhere] #'helm-imenu-anywhere [remap imenu] #'helm-semantic-or-imenu [remap noop-show-kill-ring] #'helm-show-kill-ring [remap persp-switch-to-buffer] #'+helm/workspace-mini diff --git a/modules/completion/ivy/config.el b/modules/completion/ivy/config.el index 2756ada86..edd3a8b1d 100644 --- a/modules/completion/ivy/config.el +++ b/modules/completion/ivy/config.el @@ -84,8 +84,7 @@ immediately runs it on the current candidate (ending the ivy session)." (define-key! ivy-mode-map [remap switch-to-buffer] #'+ivy/switch-buffer [remap switch-to-buffer-other-window] #'+ivy/switch-buffer-other-window - [remap persp-switch-to-buffer] #'+ivy/switch-workspace-buffer - [remap imenu-anywhere] #'ivy-imenu-anywhere) + [remap persp-switch-to-buffer] #'+ivy/switch-workspace-buffer) (ivy-mode +1)