Difference between revisions of "Linum"
Jump to navigation
Jump to search
(Page about linum-mode) |
m (added category: built-in package) |
||
| Line 24: | Line 24: | ||
[[Category:Minor Mode]] | [[Category:Minor Mode]] | ||
| + | [[Category:Built-in Package]] | ||
Latest revision as of 20:25, 23 July 2012
| 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 |
linum is a mode displaying line numbers in the left margin of the buffer.
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.