back to release evil, try to add hare-mode

Amolith created

Change summary

dot_config/doom/packages.el | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

Detailed changes

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