Add diminish via use-package

It is also deferred, as it sometimes can cause problems.
This commit is contained in:
Gergely Polonkai 2016-10-14 12:17:25 +02:00
parent 27a15c5513
commit f1a44c6837

View File

@ -57,6 +57,7 @@
company-c-headers
company-quickhelp
company-shell
diminish
django-mode
drag-stuff
electric-case
@ -394,6 +395,9 @@
("M-g w" . avy-goto-word-1)
("M-g e" . avy-goto-word-0)))
(use-package diminish
:defer t)
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")