Diminish subword lighter for Emacs 24.4

This commit is contained in:
syl20bnr 2014-10-24 21:03:51 -04:00
parent 733be77361
commit f8638bc3ff

View file

@ -776,7 +776,9 @@ of 2 characters. If INSERT? is not nil then the first key pressed is inserted
(eval-after-load "hi-lock"
'(diminish 'hi-lock-mode))
(eval-after-load "abbrev"
'(diminish 'abbrev-mode)))
'(diminish 'abbrev-mode))
(eval-after-load "subword"
'(diminish 'subword-mode)))
(defun spacemacs/init-dired+ ()
(use-package dired+