completion/ivy: remap globally

This commit is contained in:
Henrik Lissner 2017-12-26 19:39:33 -05:00
parent 0b2e6abac6
commit 2eb0c4adb6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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! magit (setq magit-completing-read-function #'ivy-completing-read))
(after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions)) (after! yasnippet (push #'+ivy-yas-prompt yas-prompt-functions))
(map! :map ivy-mode-map (map! [remap apropos] #'counsel-apropos
[remap apropos] #'counsel-apropos
[remap describe-face] #'counsel-describe-face [remap describe-face] #'counsel-describe-face
[remap find-file] #'counsel-find-file [remap find-file] #'counsel-find-file
[remap switch-to-buffer] #'ivy-switch-buffer [remap switch-to-buffer] #'ivy-switch-buffer