diff --git a/emacs.el b/emacs.el index c38445a..2a5f08c 100644 --- a/emacs.el +++ b/emacs.el @@ -640,6 +640,8 @@ THEM are function and its args." (diminish 'back-button-mode)) (with-eval-after-load 'git-gutter (diminish 'git-gutter-mode)) + (with-eval-after-load 'autorevert + (diminish 'auto-revert-mode)) ) (setq mode-line-front-space "")