Browse Source

Dminish color-identifiers-mode

master
10sr 4 years ago
parent
commit
0b8136691b
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el View File

@@ -527,7 +527,9 @@ found, otherwise returns nil."
(diminish 'global-whitespace-mode)
(diminish 'which-key-mode)
(diminish 'page-break-lines-mode)
(diminish 'highlight-indentation-mode)))
(diminish 'highlight-indentation-mode)
(diminish 'color-identifiers-mode)
))

(setq mode-line-front-space "")
;; (setq mode-line-end-spaces "")


Loading…
Cancel
Save