Add line numbers to GNU Emacs
If you're running it in default mode, it's in the menu: Options > Show/Hide > Line Numbers. Then Options > Save Options to save it for future sessions.
If you're running it in a terminal (emacs -nw
), then it's M-x line-number-mode
. M-
is usually the Windows key, but may be Alt, or you can press Esc followed by x.
(Edit: The above only affects the mode line. For line numbers in the margin, you want M-x linum-mode
, or more likely (setq global-linum-mode t)
in your ~/.emacs
.)
Add (global-linum-mode t)
to ~/.emacs.d/init.el