From c7f0bff2e2c331a2f59f3838398d22f7c0037e52 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 11 Feb 2016 21:26:01 -0800 Subject: [emacs] replacing 'helm' with 'ivy'. --- emacs.d/inits/50_git.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/inits/50_git.el') diff --git a/emacs.d/inits/50_git.el b/emacs.d/inits/50_git.el index 5968601..3231df1 100644 --- a/emacs.d/inits/50_git.el +++ b/emacs.d/inits/50_git.el @@ -5,4 +5,6 @@ :bind ("C-x g" . magit-status) :config (progn + (setq magit-completing-read-function 'ivy-completing-read) + (setq magit-item-highlight-face 'bold) (setenv "GIT_PAGER" ""))) -- cgit 1.4.1