summaryrefslogtreecommitdiff
path: root/lisp/init-diminish.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-diminish.el')
-rw-r--r--lisp/init-diminish.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-diminish.el b/lisp/init-diminish.el
index c86b062..6c63bad 100644
--- a/lisp/init-diminish.el
+++ b/lisp/init-diminish.el
@@ -1,7 +1,6 @@
(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))
@@ -11,5 +10,7 @@
(after 'projectile (diminish 'projectile-mode))
(after 'reftex (diminish 'reftex-mode "Rf"))
(after 'view (diminish 'view-mode "Vw"))
+(after 'whitespace (diminish 'global-whitespace-mode))
+(after 'yasnippet (diminish 'yas-minor-mode))
(provide 'init-diminish)