fix hare-mode installation

Amolith created

Change summary

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

Detailed changes

dot_config/doom/packages.el 🔗

@@ -54,6 +54,9 @@
 (package! gleam-mode
   :recipe (:host github :repo "gleam-lang/gleam-mode"))
 
+(package! hare-mode
+  :recipe (:host sourcehut :repo "bbuccianti/hare-mode"))
+
 ;;(unpin! evil-collection)
 ;;(package! evil-collection
 ;;  :recipe (:repo "emacs-evil/evil-collection" :branch "master"))