Merge pull request #2094 from stardiviner/master

add some recipes
This commit is contained in:
Dimitri Fontaine 2015-02-16 14:14:50 +01:00
commit 6cf9c24085
2 changed files with 11 additions and 0 deletions

6
recipes/camcorder.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name camcorder
:website "https://github.com/Bruce-Connor/camcorder.el"
:description "Tool for capturing screencasts directly from Emacs."
:type github
:pkgname "Bruce-Connor/camcorder.el"
:depends (cl-lib names))

5
recipes/capture.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name capture
:website "https://github.com/pashinin/capture.el"
:description "Emacs extension to record video from desktop."
:type github
:pkgname "pashinin/capture.el")