From c3981e25259be547c46b1ea3b0b63543653e85b0 Mon Sep 17 00:00:00 2001 From: Preetpal Sohal Date: Mon, 17 Feb 2014 19:12:19 -0800 Subject: [PATCH 1/3] Add decl.el This package is an emacs lisp library that you can use to write your emacs init files in a declarative manner --- recipes/decl.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/decl.el diff --git a/recipes/decl.el b/recipes/decl.el new file mode 100644 index 00000000..6ddc8389 --- /dev/null +++ b/recipes/decl.el @@ -0,0 +1,4 @@ +(decl + :url "preetpalS/decl.el" + :fetcher github + :files ("decl.el")) From be2753ee4acda0e170aa810a2f497b4f7b17065d Mon Sep 17 00:00:00 2001 From: Preetpal Sohal Date: Mon, 17 Feb 2014 19:19:27 -0800 Subject: [PATCH 2/3] Rename decl.el to decl --- recipes/{decl.el => decl} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes/{decl.el => decl} (100%) diff --git a/recipes/decl.el b/recipes/decl similarity index 100% rename from recipes/decl.el rename to recipes/decl From f9fbaa43d641a886e59db2060632021d9798faf1 Mon Sep 17 00:00:00 2001 From: Preetpal Sohal Date: Mon, 17 Feb 2014 19:21:59 -0800 Subject: [PATCH 3/3] Update decl --- recipes/decl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/decl b/recipes/decl index 6ddc8389..ca96b27d 100644 --- a/recipes/decl +++ b/recipes/decl @@ -1,4 +1,4 @@ (decl - :url "preetpalS/decl.el" + :repo "preetpalS/decl.el" :fetcher github :files ("decl.el"))