From f848e696510ee1f3fb321dfe109a95dddbd7e97f Mon Sep 17 00:00:00 2001 From: Yasuyuki Oka Date: Tue, 23 Apr 2013 21:56:20 +0900 Subject: [PATCH] Add flymake-yaml recipe https://github.com/yasuyk/flymake-yaml --- recipes/flymake-yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes/flymake-yaml diff --git a/recipes/flymake-yaml b/recipes/flymake-yaml new file mode 100644 index 00000000..43462bee --- /dev/null +++ b/recipes/flymake-yaml @@ -0,0 +1,2 @@ +(flymake-yaml :fetcher github :repo "yasuyk/flymake-yaml" + :files ("flymake-yaml.el" "emacs-yaml-syntax-check"))