12 lines
503 B
EmacsLisp
12 lines
503 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "flyspell-correct-ivy" "20260106.955"
|
|
"Correcting words with flyspell via ivy interface."
|
|
'((flyspell-correct "1.0.0")
|
|
(ivy "0.8.0")
|
|
(emacs "29.1"))
|
|
:url "https://github.com/d12frosted/flyspell-correct"
|
|
:commit "a5a41c0f3a7881bd3eba07bee424ecb7c7d5061e"
|
|
:revdesc "a5a41c0f3a78"
|
|
:authors '(("Boris Buliga" . "boris@d12frosted.io"))
|
|
:maintainers '(("Boris Buliga" . "boris@d12frosted.io")))
|