From 23164d1f861c51f8bb44a5b847114ba0efa659f6 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 23 May 2023 15:46:53 -0400 Subject: [PATCH] Unpin evil-collection --- packages.el | 9 +++++++++ 1 file changed, 9 insertions(+) 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)