Files
emacs/lisp/flyspell-correct/flyspell-correct-pkg.el
2025-06-22 17:08:08 +02:00

10 lines
427 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "flyspell-correct" "20220520.630"
"Correcting words with flyspell via custom interface."
'((emacs "24"))
:url "https://github.com/d12frosted/flyspell-correct"
:commit "7d7b6b01188bd28e20a13736ac9f36c3367bd16e"
:revdesc "7d7b6b01188b"
:authors '(("Boris Buliga" . "boris@d12frosted.io"))
:maintainers '(("Boris Buliga" . "boris@d12frosted.io")))