Remove vestigial imenu-anywhere remappings

This commit is contained in:
Henrik Lissner 2019-05-19 17:10:56 -04:00
parent 4c9a3dd191
commit a7069b93f2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 1 additions and 3 deletions

View file

@ -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)