@@ -49,6 +49,10 @@
(package! magit-gitflow
:recipe (:host github :repo "jtatarik/magit-gitflow"))
+(unpin! evil-collection)
+(package! evil-collection
+ :recipe (:repo "emacs-evil/evil-collection" :branch "master"))
+
;; If the package you are trying to install does not contain a PACKAGENAME.el
;; file, or is located in a subdirectory of the repo, you'll need to specify
;; `:files' in the `:recipe':