From c3981e25259be547c46b1ea3b0b63543653e85b0 Mon Sep 17 00:00:00 2001 From: Preetpal Sohal Date: Mon, 17 Feb 2014 19:12:19 -0800 Subject: [PATCH] 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"))