From 36ba7bc8150cf13bb88ed002bd2c3a895978b8b6 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 26 Jan 2020 01:01:12 +0900 Subject: [PATCH] Diminish back-button-mode --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index 0468bd7..ba7c3bf 100644 --- a/emacs.el +++ b/emacs.el @@ -631,6 +631,8 @@ THEM are function and its args." (diminish 'color-identifiers-mode)) (with-eval-after-load 'highlight-indentation (diminish 'highlight-indentation-mode)) + (with-eval-after-load 'back-button + (diminish 'back-button-mode)) ) (setq mode-line-front-space "")