add cook-mode

Amolith created

Change summary

dot_doom.d/packages.el | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

dot_doom.d/packages.el 🔗

@@ -27,6 +27,9 @@
 (package! chordpro-mode
   :recipe (:host github :repo "sciurius/chordpro-mode"))
 
+(package! cook-mode
+  :recipe (:host github :repo "cooklang/cook-mode"))
+
 ;; 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
 ;; `:files' in the `:recipe':