Linum

From WikEmacs
Revision as of 20:23, 23 July 2012 by Francesco (talk | contribs) (Page about linum-mode)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

linum is a mode displaying line numbers in the left margin of the buffer.

linum
Description display line numbers in the margin
Author Markus Triska <markus.triska@gmx.at>
Maintainer FSF
Source http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/linum.el
Part of Emacs yes

Basic setup

To globally enable linum for all buffers, add this to your Emacs configuration file:

(global-linum-mode 1)

You can also enable linum on a per-buffer basis using M-x linum-mode.


See Also