Files
emacs/lisp/virtual-auto-fill/virtual-auto-fill-pkg.el
2023-11-04 19:26:41 +01:00

17 lines
624 B
EmacsLisp

(define-package "virtual-auto-fill" "20200906.2038" "Readably display text without adding line breaks"
'((emacs "25.2")
(adaptive-wrap "0.7")
(visual-fill-column "1.9"))
:commit "a3991ce02d9a6a1624a3f04da80f4ac966a44092" :authors
'(("Luis Gerhorst" . "virtual-auto-fill@luisgerhorst.de"))
:maintainers
'(("Luis Gerhorst" . "virtual-auto-fill@luisgerhorst.de"))
:maintainer
'("Luis Gerhorst" . "virtual-auto-fill@luisgerhorst.de")
:keywords
'("convenience" "mail" "outlines" "files" "wp")
:url "https://github.com/luisgerhorst/virtual-auto-fill")
;; Local Variables:
;; no-byte-compile: t
;; End: