emacs-for-clojure icon indicating copy to clipboard operation
emacs-for-clojure copied to clipboard

using setq to set my-packages

Open kenbier opened this issue 9 years ago • 0 comments

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.

kenbier avatar Dec 01 '15 02:12 kenbier