completion/ivy: remap globally
This commit is contained in:
parent
0b2e6abac6
commit
2eb0c4adb6
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
(after! magit (setq magit-completing-read-function #'ivy-completing-read))
|
||||
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
|
||||
|
||||
(map! :map ivy-mode-map
|
||||
[remap apropos] #'counsel-apropos
|
||||
(map! [remap apropos] #'counsel-apropos
|
||||
[remap describe-face] #'counsel-describe-face
|
||||
[remap find-file] #'counsel-find-file
|
||||
[remap switch-to-buffer] #'ivy-switch-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue