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 "")