emacs-maple-minibuffer
emacs-maple-minibuffer copied to clipboard
Adding to Elpa/Melpa
Hi:
This package looks awesome; but it will be difficult to find for users like me that only use elpa and melpa. Could you consider to add it to one of those? either elpa or melpa? Elpa will require a copyright assignment from the fsf; which is indeed a pretty simple process (just a couple of emails) specially in this case where you are the only contributor. Would you be willing to get a copyright assignment from FSF? Else could you at least add it to Melpa so more users could find it?
Best, Ergus
there is another alternative repos which is already in melpa https://github.com/muffinmad/emacs-mini-frame
contributors of >15 lines code is zero depends on the result of vc-annotate command.
This one (emacs-mini-frame) has the issue of not showing any candidates when used with some completion framework such as selectrum.
Therefore, the best steps is to use a package manager that allows github receipt. I uses quelpa and use-package, but the following didn't work for me,
(use-package maple-minibuffer
:quelpa (maple-minibuffer :fetcher git :repo "honmaple/emacs-maple-minibuffer"))
@Inc0n :fetcher github
That seems to have indeed fix it, thank you.