You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/use-package/files/use-package-require-diminis...

15 lines
420 B

Diminishing is one of core features of use-package, normally
it would have to be required before using use-package.
This patch will load diminish when use-package loads.
index 1f3895f..a38ee48 100644
--- a/use-package-diminish.el
+++ b/use-package-diminish.el
@@ -33,6 +33,7 @@
;;; Code:
+(require 'diminish)
(require 'use-package-core)
(defun use-package-normalize-diminish (name label arg &optional recursed)