this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:sparkles: (Emacs) cooklang mode

+9
+9
home/emacs/emacs.org
··· 793 793 (use-package exercism) 794 794 #+end_src 795 795 796 + * Cooklang 797 + [[https://cooklang.org/][A recipe markup language]] 798 + 799 + #+begin_src emacs-lisp 800 + (use-package cook-mode 801 + :vc (:url "https://github.com/cooklang/cook-mode" 802 + :rev :newest 803 + :branch "master")) 804 + #+end_src