[bepo] Add basic ivy support

This commit is contained in:
Fabien Dubosson 2016-01-09 21:17:41 +01:00
parent ea333f7282
commit 687c75de5c

View file

@ -234,6 +234,20 @@
(bepo/set-in-state helm-generic-files-map "C-s" 'helm-previous-line)
(bepo/set-in-state helm-generic-files-map "C-k" 'helm-ff-run-grep)))
(bepo|config ivy
:description
"Remap `ivy' bindings."
:loader
(spacemacs|use-package-add-hook ivy :post-config BODY)
:config
(progn
(bepo/correct-keys ivy-minibuffer-map
"C-h"
"C-j"
"C-k"
"C-l"
)))
(bepo|config magit
:description
"Remap `magit' bindings."