diff --git a/Eask b/Eask index 2f760f9..cc912a6 100644 --- a/Eask +++ b/Eask @@ -6,6 +6,7 @@ (keywords "evil" "tools") (package-file "evil-collection.el") +(files "modes/*/*.el") (script "test" "echo \"Error: no test specified\" && exit 1") diff --git a/modes/mu4e/evil-collection-mu4e.el b/modes/mu4e/evil-collection-mu4e.el index 4310754..a6848e6 100644 --- a/modes/mu4e/evil-collection-mu4e.el +++ b/modes/mu4e/evil-collection-mu4e.el @@ -66,6 +66,7 @@ ;;; Code: (require 'evil-collection) +(require 'message) (require 'mu4e nil t) (defvar mu4e-mu-version)