summaryrefslogtreecommitdiffstats
path: root/lisp/init-git.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 8eb66c8..ed9c5a5 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -19,9 +19,6 @@ If NOSELECT is non-nil, do not select the window."
(use-package magit
:ensure t
:init
- ;; disable gravatars
- (setq magit-revision-show-gravatars nil)
-
;; hide recent commits in magit-status
(setq magit-log-section-commit-count 0)