nano-emacs icon indicating copy to clipboard operation
nano-emacs copied to clipboard

Are there plans to have this on quelpa ?

Open 573 opened this issue 4 years ago • 3 comments

Hi,

I stumbled over your elegant-emacs package which I found awesome but somehow the custom install instructions end with the link here.

Now I would love to install nano-emacs via quelpa as was suggested for elegant-emacs.

573 avatar Dec 10 '20 11:12 573

Yes, we could try to have the different modules on quelpa. I think it's only a matter of adding a quelpa recipe. Can you make a PR?

rougier avatar Dec 12 '20 09:12 rougier

I have no experience with the process so if someone else is willing to do this this might be a good template.

573 avatar Dec 14 '20 12:12 573

Once you have Quelpa installed, can't you just add the following to your init file?

(quelpa '(nano-emacs :repo "rougier/nano-emacs" :fetcher github))

I.e. Quelpa can pull the repo directly from GitHub, can't it? I don't use Quelpa, but I know straight.el does this (which is what I use). The formula for straight is:

(straight-use-package
  '(nano-emacs :type git :host github :repo "rougier/nano-emacs"))

dixius99 avatar Dec 30 '20 14:12 dixius99