defunkt / gist.el

Yet another Emacs paste mode, this one for Gist.
548 stars 90 forks source link

recursive load error #119

Open titaniumbones opened 4 years ago

titaniumbones commented 4 years ago

Just migrated to a new machine with a pretty recent emacs-git and gist.el installed via package-install, but am able to replicate the problem after loading latest git version as well. Attempts to run any gist.el commands fail with this error:

Recursive load: "/home/matt/.emacs.d/elpa/gh-20180308.2138/gh-url.el", "/home/matt/.emacs.d/elpa/gh-20180308.2138/gh-url.el", "/home/matt/.emacs.d/elpa/gh-20180308.2138/gh-url.el", "/home/matt/.emacs.d/elpa/gh-20180308.2138/gh-url.el", "/home/matt/.emacs.d/elpa/gh-20180308.2138/gh-url.el", "/home/matt/.emacs.d/elpa/gh-20180308.2138/gh-api.el"

Not sure what to do next, and I see it's been a while since you've committed anything here, but would love some help if you have any! Thanks.