Add yaml.el recipe because yaml.el needed by magit/forge

This commit is contained in:
mugijiru 2021-09-06 15:20:15 +09:00
parent b5a5a405d0
commit fdc0284f02

5
recipes/yaml.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name yaml
:type github
:description "yaml.el is a YAML parser written in Emacs List without any external dependencies."
:pkgname "zkry/yaml.el"
:minimum-emacs-version (25 1))