Skip to content

Instantly share code, notes, and snippets.

@tonini
Last active December 17, 2015 10:08
Show Gist options
  • Save tonini/5592148 to your computer and use it in GitHub Desktop.
Save tonini/5592148 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