Add lib-demo
This commit is contained in:
parent
a6702153f5
commit
1fd82abe11
2 changed files with 15 additions and 1 deletions
14
modules/lib-demo.el
Normal file
14
modules/lib-demo.el
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue