Skip to content

vermiculus/package-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

package-demo.el

Package Demo allows you to demonstrate package features in a predictable way. Think of it like a glorified keyboard macro that runs at believably-human speeds.

Example

(package-demo-define-demo do-something
  (typewriter "Hello, world!")
  (pause 1)
  (typewriter "\nI'm package-demo.el!")
  (M-x #'save-buffer))

meta

About

Script your Emacs package demos!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published