Add lib-demo

This commit is contained in:
Henrik Lissner 2015-12-27 02:54:51 -05:00
parent a6702153f5
commit 1fd82abe11
2 changed files with 15 additions and 1 deletions

14
modules/lib-demo.el Normal file
View file

@ -0,0 +1,14 @@
;;; lib-demo.el
;; This library offers:
;; + impatient-mode: for broadcasting my emacs session
;; + TODO integration with reveal.js for presentations
;; + TODO "big-mode", for making emacs presentable for screencasts/share
;; + TODO quick note/time keeping for live/youtube recordings
(use-package impatient-mode
:defer t
:commands httpd-start)
(provide 'lib-demo)
;;; lib-demo.el ends here