Files
emacs/lisp/flyspell-correct/flyspell-correct-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

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: