From 4fa8ef0fa60d1f24a845ae58f109f43e1825e36b Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 6 Mar 2024 16:33:17 -0500 Subject: [PATCH] back to release evil, try to add hare-mode --- dot_config/doom/packages.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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