From d9cae60fa5048abd3528f96a285109329639fda6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 23 Jan 2015 23:23:05 -0500 Subject: Improve organization and consistency of files - Add pages and more headings for large files. - Try to use consistent order for file (or page) structure. * Loading * Settings * Hooks * Any mode activation or function calls * My functions * Key bindings --- lisp/init-diminish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/init-diminish.el') 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) -- cgit v1.2.3