From 09f5609dac91c1465250007244501228734f4c4a Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 15 Mar 2014 11:57:03 -0400 Subject: Fix new diminishing Changes in ebe6d8a were not tested at load time. --- lisp/init-appearance.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/init-appearance.el') diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el index c4e7ca3..f8a0b76 100644 --- a/lisp/init-appearance.el +++ b/lisp/init-appearance.el @@ -15,7 +15,8 @@ (require-package 'diminish) (require 'diminish) (diminish 'abbrev-mode "Ab") -(diminish 'flyspell-mode "Fy") +(eval-after-load 'flyspell + '(diminish 'flyspell-mode "Fy")) ;; Other minor modes (paredit, view, yas, ...) are diminished where they ;; are setup. -- cgit v1.2.3