Skip to content

Instantly share code, notes, and snippets.

@tonini
Created May 16, 2013 14:33
Show Gist options
  • Save tonini/5592160 to your computer and use it in GitHub Desktop.
Save tonini/5592160 to your computer and use it in GitHub Desktop.
(defmacro inc (var)
(list 'setq var (list '1+ var)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment