11 lines
395 B
EmacsLisp
11 lines
395 B
EmacsLisp
|
(define-package "flyspell-correct" "20220520.630" "Correcting words with flyspell via custom interface"
|
||
|
'((emacs "24"))
|
||
|
:commit "7d7b6b01188bd28e20a13736ac9f36c3367bd16e" :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:
|