GNU ELPA - nlinum

nlinum

Description
Show line numbers in the margin
Latest
nlinum-1.9.el, 2019-Mar-26, 19.7 KiB
Home page
http://elpa.gnu.org/packages/nlinum.html
Browse repository
CGit or Gitweb
Badge

To install this package, run in Emacs:

M-x package-install RET nlinum RET

Full description

This is like linum-mode, but uses jit-lock to be (hopefully)
more efficient.

Old versions

nlinum-1.8.1.el2017-Nov-0417.5 KiB
nlinum-1.8.el2017-Oct-1617.2 KiB
nlinum-1.7.el2017-Jun-0615.7 KiB
nlinum-1.6.el2015-Feb-1011.4 KiB
nlinum-1.5.el2014-Jul-0410.8 KiB
nlinum-1.4.el2014-Jun-2110.5 KiB
nlinum-1.3.el2014-Apr-299.24 KiB
nlinum-1.2.el2014-Jan-038.23 KiB
nlinum-1.1.el2012-Nov-297.71 KiB

News

v1.9:
- Add `nlinu-widen'.

v1.8:
- Add `nlinum-use-right-margin'.

v1.7:
- Add ability to highlight current line number.
- New custom variable `nlinum-highlight-current-line' and
  face `nlinum-current-line'.
- New `nlinum' group in Custom.

v1.3:
- New custom variable `nlinum-format'.
- Change in calling convention of `nlinum-format-function'.

v1.2:
- New global mode `global-nlinum-mode'.
- New config var `nlinum-format-function'.

Known bugs:
- When narrowed, there can be a "bogus" line number that appears at the
  very end of the buffer.
- After widening, the current line's number may stay stale until the
  next command.