Skip to content

Commit

Permalink
Don't diminish packages I don't use
Browse files Browse the repository at this point in the history
  • Loading branch information
expez committed Dec 13, 2016
1 parent e22d98f commit 22dc968
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lisp/init-diminish.el
Expand Up @@ -9,12 +9,6 @@
(eval-after-load "yas-minor-mode"
'(diminish 'yas-minor-mode))

(eval-after-load "paredit"
'(diminish 'paredit-mode))

(eval-after-load "auto-complete"
'(diminish 'auto-complete-mode))

(eval-after-load "yasnippet"
'(diminish 'yas-minor-mode))

Expand Down

0 comments on commit 22dc968

Please sign in to comment.