git: enable gravatars in magit buffers

The default value is nil since magit 2.3.0
This commit is contained in:
syl20bnr 2015-12-06 20:19:44 -05:00
parent 26ecdee0e3
commit 4d357cf001

View file

@ -104,7 +104,8 @@
magit-status)
:init
(progn
(setq magit-completing-read-function 'magit-builtin-completing-read)
(setq magit-completing-read-function 'magit-builtin-completing-read
magit-revision-show-gravatars '("^Author: " . "^Commit: "))
(add-hook 'git-commit-mode-hook 'fci-mode)
;; On Windows, we must use Git GUI to enter username and password
;; See: https://github.com/magit/magit/wiki/FAQ#windows-cannot-push-via-https