Split dash in two: dash.el and dash-functional.el

This commit is contained in:
Magnar Sveen 2013-08-18 08:46:40 +02:00
parent 13d09f817f
commit 9fb7f0e595
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
(dash :fetcher github :repo "magnars/dash.el")
(dash :fetcher github :repo "magnars/dash.el" :files ("dash.el"))

1
recipes/dash-functional Normal file
View file

@ -0,0 +1 @@
(dash-functional :fetcher github :repo "magnars/dash.el" :files ("dash-functional.el"))