Last active
December 14, 2015 10:49
-
-
Save llibra/5074731 to your computer and use it in GitHub Desktop.
Good bye, PROGN.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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