From 2a0c63f98658fb8092e404eaf2d2f10e0fcc7593 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 26 Jan 2020 04:39:26 +0900 Subject: [PATCH] Diminish git-gutter --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index 06e0c0b..3bbd43e 100644 --- a/emacs.el +++ b/emacs.el @@ -634,6 +634,8 @@ THEM are function and its args." (diminish 'highlight-indentation-mode)) (with-eval-after-load 'back-button (diminish 'back-button-mode)) + (with-eval-after-load 'git-gutter + (diminish 'git-gutter-mode)) ) (setq mode-line-front-space "")