This package browser is in early development. Mind the rough edges.

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.

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.