flyingmachine / emacs-for-clojure

519 stars 267 forks source link

using setq to set my-packages #20

Open kenbier opened 8 years ago

kenbier commented 8 years ago

If you add new packages to the my-packages list, eval'ing the file will not download the newly added package. Using setq instead of defvar should fix the issue.

Adding this change worked for me. I can now run M-x load-file and see my new packages.