Skip to content

Instantly share code, notes, and snippets.

@llibra
Last active December 14, 2015 10:49
Show Gist options
  • Save llibra/5074731 to your computer and use it in GitHub Desktop.
Save llibra/5074731 to your computer and use it in GitHub Desktop.
Good bye, PROGN.
(put 'eval-after-load* 'lisp-indent-function 1)
(defmacro eval-after-load* (file &rest body)
`(eval-after-load ,file '(progn ,@body)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment