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

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

bug#4274: 23.1.50; Suggestion: add a option so line number start countin


From: Glenn Morris
Subject: bug#4274: 23.1.50; Suggestion: add a option so line number start counting at 0
Date: Mon, 05 Mar 2012 15:33:59 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

"Xah Lee" wrote:

> request for linum-mode a option to start counting at 0.

(setq linum-format (lambda (line) (propertize
                                     (number-to-string (1- line))
                                     'face 'linum)))





reply via email to

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