Remove vestigial imenu-anywhere remappings
This commit is contained in:
parent
4c9a3dd191
commit
a7069b93f2
2 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue