Add recipe for the in-Emacs slide show package live-code-talks

This package provides a simple means of transforming comments into
images, headers, and text. Together with narrowed-page-navigation, it
provides a slide-show feature that still allows things like
compiler-supported editing of code examples.

The repository is at
https://github.com/david-christiansen/live-code-talks.

I am the author of the package.
This commit is contained in:
David Raymond Christiansen 2015-01-09 00:24:23 -08:00
parent b2a7679f09
commit 5ae7a71e64

3
recipes/live-code-talks Normal file
View file

@ -0,0 +1,3 @@
(live-code-talks
:fetcher github
:repo "david-christiansen/live-code-talks")