mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Add lib-demo
This commit is contained in:
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
|
Reference in New Issue
Block a user