d12frosted / flyspell-correct

Distraction-free words correction with flyspell via selected interface.
Other
200 stars 14 forks source link

`flyspell-correct-avy-menu` unavailable #53

Closed apc closed 4 years ago

apc commented 4 years ago

I may be missing something but I cannot find flyspell-correct-avy-menu anywhere. I've tried browsing the package list, searching on MELPA, and doing a simple Google search (only a handful of hits for "flyspell-correct-avy-menu". Of course, trying use-package flyspell-avy-menu tells me that the package cannot be found.

d12frosted commented 4 years ago

Hey @apc

Right, I never published avy on the MELPA. If you want to use it now, you have to install it from the repository. You can use straight.el for this.

(use-package flyspell-correct-avy-menu
  :straight (flyspell-correct-avy-menu
             :type git
             :host github
             :repo "d12frosted/flyspell-correct"
             :files ("flyspell-correct-avy-menu.el"))
)

Didn't try this exact code, but should work if you configure straight to be used by use-package.

d12frosted commented 4 years ago

Please see https://github.com/melpa/melpa/pull/6580

apc commented 4 years ago

Thanks!

d12frosted commented 4 years ago

Should be available on MELPA soon.