emacs-visual-fill-column
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.
- Versions: 2.7.1
- 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 the latest version of emacs-visual-fill-column as follows:
guix install emacs-visual-fill-column
Or install a particular version:
guix install emacs-visual-fill-column@2.7.1
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.
Badge code
You can use the following badge to inform users of emacs-visual-fill-column about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-visual-fill-column'><img src='https://packages.guix.gnu.org/packages/emacs-visual-fill-column/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-visual-fill-column)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-visual-fill-column][https://packages.guix.gnu.org/packages/emacs-visual-fill-column/badges/latest-version.svg]]