spacemacs/layers/+misc/nlinum
Boris Buliga d81e75584e
bump year in the copyright headers
Folks, this time of year has come. We can bump year in the copyright headers.
Let's celebrate!
2018-10-16 20:27:05 +03:00
..
funcs.el bump year in the copyright headers 2018-10-16 20:27:05 +03:00
packages.el nlinum: deprecate layer for Emacs 26.1 and above 2018-06-02 01:28:54 -04:00
README.org Reformat documentation 2018-10-11 00:13:43 +03:00

nlinum layer

Description

This layer provides various styles of line numbering in Spacemacs. It replaces linum and linum-relative with the improved nlinum and nlinum-relative packages.

Please note that on Emacs 26 and newer, this layer also replaces the new native line numbers mode (display-line-numbers-mode), and because of that it is not recommended to use nlinum layer on Emacs 26 or newer.

Features:

  • Support for classic ascending line numbering.
  • Support for line numbering relative to the current cursor position.