344e6e4a1d
`display-fill-column-indicator-mode` is a new native fill column indicator mode implemented on C-level, thus has almost no performance penalty in contrast with the legacy `fci-mode` implemented in elisp. This commit implements conditional activation of the mentioned mode on Emacs 27+. `fci-mode` is still available for previous Emacs versions. Resolves #12884 |
||
---|---|---|
.. | ||
local/zoom-frm | ||
funcs.el | ||
packages.el | ||
README.org |
spacemacs-visual layer
Description
This layer adds various modes to enhance Spacemacs visual appearance.
Features:
- Automatic colorization of compilation buffers via
ansi-colors
. - Support for resuming the last layout when starting Spacemacs via
desktop
. - Support for showing a thin vertical line to indicate the fill column
via
fill-column-indicator
. - Automatic highlighting of
TODO-tags
in programming and text modes viahl-todo
. - Support for temporary windows which close automatically via
popwin
. - Support for text zooming via
zoom-frm
.