diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/inits/50_git.el | 2 |
1 files changed, 2 insertions, 0 deletions
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" ""))) |