emacs-visual-fill-column 2.7.1
Fill-column for visual-line-mode
visual-fill-column-mode is a small Emacs minor mode that mimics the effect of fill-column in visual-line-mode. Instead of wrapping lines at the window edge, which is the standard behaviour of visual-line-mode, it wraps lines at fill-column. If fill-column is too large for the window, the text is wrapped at the window edge.
- Outputs:
out - Website: https://codeberg.org/joostkremers/visual-fill-column
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-visual-fill-column 2.7.1 as follows:
guix install emacs-visual-fill-column@2.7.1
Or install the latest version:
guix install emacs-visual-fill-column
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.