Unpin evil-collection
This commit is contained in:
parent
c0d65633f1
commit
23164d1f86
|
@ -77,6 +77,15 @@
|
||||||
(package! hotfuzz)
|
(package! hotfuzz)
|
||||||
(package! alert)
|
(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
|
;; Use nix provided packages when possible
|
||||||
(package! vterm :built-in 'prefer)
|
(package! vterm :built-in 'prefer)
|
||||||
(package! pdf-tools :built-in 'prefer)
|
(package! pdf-tools :built-in 'prefer)
|
||||||
|
|
Loading…
Reference in New Issue