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

View File

@ -103,7 +103,7 @@
;;; Specific custom functionality
lib-plugin ; plugin dev for various programs
lib-tmux ; closing the rift between GUI & terminal
;; lib-demo ; let me demonstrate...
lib-demo ; let me demonstrate...
;; lib-writing ; yes, I write papers and fiction in emacs
;; lib-crm ; emacs and or-mode based CRM
;; lib-sonicpi ; for my inner dj

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