diff --git a/packages.el b/packages.el index 4cbf567..2bbe584 100644 --- a/packages.el +++ b/packages.el @@ -77,6 +77,15 @@ (package! hotfuzz) (package! alert) +;; Unpin evil collection and use the latest +;; +;; This is to fix issues with mu4e 1.10, see +;; https://github.com/emacs-evil/evil-collection/issues/695, but I think I'll end up keeping this as +;; it's nice to have the latest +(unpin! evil-collection) +(package! evil-collection + :recipe (:repo "emacs-evil/evil-collection" :branch "master")) + ;; Use nix provided packages when possible (package! vterm :built-in 'prefer) (package! pdf-tools :built-in 'prefer)