fix helpful bindings and add flyspell-correct feature
This commit is contained in:
10
lisp/flyspell-correct/flyspell-correct-pkg.el
Normal file
10
lisp/flyspell-correct/flyspell-correct-pkg.el
Normal file
@@ -0,0 +1,10 @@
|
||||
(define-package "flyspell-correct" "20210724.1042" "Correcting words with flyspell via custom interface"
|
||||
'((emacs "24"))
|
||||
:commit "2e098db03cba74149257e31213097d043780e80a" :authors
|
||||
'(("Boris Buliga" . "boris@d12frosted.io"))
|
||||
:maintainer
|
||||
'("Boris Buliga" . "boris@d12frosted.io")
|
||||
:url "https://github.com/d12frosted/flyspell-correct")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user