From 30d4c6fd28f3bf8e0950318d88d6a8da39a19cfa Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 30 Jan 2020 12:06:47 +0900 Subject: [PATCH] Diminish autorevert --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) 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 "")