Skip to content

Instantly share code, notes, and snippets.

@imonyse
Created April 21, 2011 05:32
Show Gist options
  • Select an option

  • Save imonyse/933769 to your computer and use it in GitHub Desktop.

Select an option

Save imonyse/933769 to your computer and use it in GitHub Desktop.
(defmacro define-skeleton (command documentation &rest skeleton)
"Define a user-configurable COMMAND that enters a statement skeleton.
DOCUMENTATION is that of the command.
SKELETON is as defined under `skeleton-insert'."
...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment