bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58220: global-linum-mode emacs29


From: Stefan Kangas
Subject: bug#58220: global-linum-mode emacs29
Date: Wed, 5 Oct 2022 15:51:44 -0700

Jean Louis <bugs@gnu.support> writes:

> Which other function should I use to get lines numbered?

These are your options, in order of preference:

1. (global-display-line-numbers-mode 1)
2. (progn (package-install 'nlinum) (global-nlinum-mode 1))
3. (progn (require 'linum) (global-linum-mode 1))

Maybe we should add the above to NEWS?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]