rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 195 forks source link

Are there plans to have this on quelpa ? #19

Open 573 opened 3 years ago

573 commented 3 years ago

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.

rougier commented 3 years ago

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?

573 commented 3 years ago

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

dixius99 commented 3 years ago

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"))