diff --git a/dot_config/doom/packages.el b/dot_config/doom/packages.el index 9af1f3d0cbbe4d5b2b3e13f681bfce4d510ff87c..5e19544b48c160c7decbdd0a5337fd8e5abe783e 100644 --- a/dot_config/doom/packages.el +++ b/dot_config/doom/packages.el @@ -52,9 +52,12 @@ (package! magit-gitflow :recipe (:host github :repo "jtatarik/magit-gitflow")) -(unpin! evil-collection) -(package! evil-collection - :recipe (:repo "emacs-evil/evil-collection" :branch "master")) +(package! hare-mode + :recipe (:host sourcehut :repo "~bbuccianti/hare-mode")) + +;;(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