Last active
January 25, 2016 05:31
-
-
Save suhailshergill/c5f76a5f040fc30ccfba to your computer and use it in GitHub Desktop.
invoking macro within loop
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
(dolist (pkg '(s)) | |
(message "%s" pkg) ;; this will print "s" | |
(eval `(use-package ,pkg))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment