1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Nicholas D Steeves <sten@debian.org>
Date: Sun, 23 Nov 2025 14:04:42 -0500
Subject: drop installation section
Forwarded: not-needed
---
README.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/README.md b/README.md
index bb59959..813a2b0 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,6 @@
 | 
-## Installation ##
-
-Visual Fill Column can be installed from [NonGNU Elpa](http://elpa.nongnu.org/). In Emacs versions 28 and above, simply type `M-x package-install RET visual-fill-column-mode RET`.
-
-
## Usage ##
`visual-fill-column-mode` wraps long lines at `fill-column` without adding newlines to the buffer. Its primary (though not exclusive) purpose is to soft-wrap text in buffers that use `visual-line-mode`. The most straightforward way to achieve this is to add the function `visual-fill-column-for-vline` to `visual-line-mode-hook`:
|