Add decl.el

This package is an emacs lisp library that you can use to write your emacs init files in a declarative manner
This commit is contained in:
Preetpal Sohal 2014-02-17 19:12:19 -08:00
parent 0eb45a6141
commit c3981e2525

4
recipes/decl.el Normal file
View file

@ -0,0 +1,4 @@
(decl
:url "preetpalS/decl.el"
:fetcher github
:files ("decl.el"))