File: 0001-drop-installation-section.patch

package info (click to toggle)
visual-fill-column 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 664 kB
  • sloc: lisp: 293; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 936 bytes parent folder | download
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 @@
  ![screenshot before](before.png) | ![screenshot after](after.png)
 
 
-## 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`: