summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-diminish.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-diminish.el b/lisp/init-diminish.el
index 7c44072..c86b062 100644
--- a/lisp/init-diminish.el
+++ b/lisp/init-diminish.el
@@ -1,6 +1,7 @@
(require 'diminish)
(diminish 'abbrev-mode "Ab")
+(after 'whitespace (diminish 'global-whitespace-mode))
(after 'flyspell (diminish 'flyspell-mode "Fy"))
(after 'paredit (diminish 'paredit-mode " Pe"))
(after 'magit (diminish 'magit-auto-revert-mode))