commit 6634a2914fb27a616dae983591e385d5036ca0e8
parent e882b19d81d2a330ef1d455bb475b8a3cf2739df
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 19 Apr 2023 22:54:38 +0200
Show gravatars in Magit buffers
'cause why not.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.emacs b/.emacs
@@ -730,7 +730,8 @@
:custom
(magit-define-global-key-bindings nil)
(magit-diff-refine-hunk t)
- (magit-ediff-dwim-show-on-hunks t))
+ (magit-ediff-dwim-show-on-hunks t)
+ (magit-revision-show-gravatars t))
(use-package magit-blame
:delight "π")