Add gleam-mode

Amolith created

Change summary

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

Detailed changes

dot_config/doom/packages.el 🔗

@@ -51,6 +51,9 @@
 (package! magit-gitflow
   :recipe (:host github :repo "jtatarik/magit-gitflow"))
 
+(package! gleam-mode
+  :recipe (:host github :repo "gleam-lang/gleam-mode"))
+
 ;;(unpin! evil-collection)
 ;;(package! evil-collection
 ;;  :recipe (:repo "emacs-evil/evil-collection" :branch "master"))