emacs-for-clojure
emacs-for-clojure copied to clipboard
using setq to set my-packages
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.