Install Hosted GitHub Packages in Spacemacs

I have been using vim for a while and decided to try Emacs. I chose Spacemacs, as the vim user can easily switch to.

I managed to create a package layer for installing packages hosted on MELPA, but when I tried to install packages hosted on GitHub using :fetcher github , it gave the error: โ€œPackage [package name] is unavailable. Is the package name invalid? '

Several packages I tried, Emacs Webkit and haxe-complete

How to install packages hosted on GitHub?

Edit: I forgot to mention that I checked the development branch.

+5
source share

All Articles