mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
magit: Update magit-revision-show-gravatars' value
The new value is a new short-hand, which it is equivalent to the value used before.
This commit is contained in:
2
init.el
2
init.el
@@ -190,7 +190,7 @@
|
|||||||
(setq magit-diff-refine-hunk 'all)
|
(setq magit-diff-refine-hunk 'all)
|
||||||
;;
|
;;
|
||||||
;; Revision buffer settings
|
;; Revision buffer settings
|
||||||
(setq magit-revision-show-gravatars '("^Author: " . "^Commit: ")))
|
(setq magit-revision-show-gravatars t))
|
||||||
|
|
||||||
(use-package magit-wip
|
(use-package magit-wip
|
||||||
:after magit
|
:after magit
|
||||||
|
|||||||
Reference in New Issue
Block a user