Unpin evil-collection

This commit is contained in:
Nathan McCarty 2023-05-23 15:46:53 -04:00
parent c0d65633f1
commit 23164d1f86
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 9 additions and 0 deletions

View File

@ -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)