From 16770b0815643861afe5059e861d6eeab8e13b6b Mon Sep 17 00:00:00 2001 From: expez Date: Sat, 28 Mar 2015 15:09:16 +0100 Subject: [PATCH] add recipe for edn Edn.el is an emacs lisp library for reading and writing in the data format edn. --- recipes/edn | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/edn diff --git a/recipes/edn b/recipes/edn new file mode 100644 index 00000000..18d8b88f --- /dev/null +++ b/recipes/edn @@ -0,0 +1 @@ +(edn :fetcher github :repo "expez/edn.el")