Browse Source

Diminish back-button-mode

master
10sr 4 years ago
parent
commit
36ba7bc815
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el View File

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


Loading…
Cancel
Save