Add a temporary hack to make bepo work with magit

This commit is contained in:
Fabien Dubosson 2016-01-04 22:58:07 +01:00
parent 02f7500c86
commit 3cb1b6ec74
1 changed files with 2 additions and 0 deletions

View File

@ -234,6 +234,8 @@
(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)))
;; HACK: Waiting to find the bug…
(setq evil-magit-use-y-for-yank nil)
(bepo|config magit
:description
"Remap `magit' bindings."