13 lines
596 B
EmacsLisp
13 lines
596 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(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"))
|
|
:url "https://github.com/luisgerhorst/virtual-auto-fill"
|
|
:commit "a3991ce02d9a6a1624a3f04da80f4ac966a44092"
|
|
:revdesc "a3991ce02d9a"
|
|
:keywords '("convenience" "mail" "outlines" "files" "wp")
|
|
:authors '(("Luis Gerhorst" . "virtual-auto-fill@luisgerhorst.de"))
|
|
:maintainers '(("Luis Gerhorst" . "virtual-auto-fill@luisgerhorst.de")))
|