diff --git a/recipes/elunit.el b/recipes/elunit.el new file mode 100644 index 00000000..2dd60e0e --- /dev/null +++ b/recipes/elunit.el @@ -0,0 +1,2 @@ +(:name elunit + :type emacswiki) \ No newline at end of file diff --git a/recipes/smooth-scroll.el b/recipes/smooth-scroll.el new file mode 100644 index 00000000..d88378d9 --- /dev/null +++ b/recipes/smooth-scroll.el @@ -0,0 +1,3 @@ +(:name smooth-scroll + :type emacswiki + :features smooth-scroll) \ No newline at end of file diff --git a/recipes/smooth-scrolling.el b/recipes/smooth-scrolling.el new file mode 100644 index 00000000..d3ce5c2e --- /dev/null +++ b/recipes/smooth-scrolling.el @@ -0,0 +1,4 @@ +(:name smooth-scrolling + :type http + :url "http://adamspiers.org/computing/elisp/smooth-scrolling.el" + :features smooth-scrolling) \ No newline at end of file