Home > Tech | emacs > Emacs Again (5): Showing line number

Emacs Again (5): Showing line number

wb-line-numberI found a nice elisp to show line number.

wb-line-number

As you see on screenshot, it shows line number on left side of the emacs window. As usual .el files, download it into your elisp directory, and add some lines in your emacs.el file. I usually like to wrap line by window size. And here’s what I did on .el file.

(require 'wb-line-number)
(setq truncate-partial-width-windows nil)  ; wrap line by window size
(wb-line-number-toggle)

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://blog.nydd.org/2009/03/emacs-again-5-showing-line-number/trackback/
Listed below are links to weblogs that reference
Emacs Again (5): Showing line number from Vantage Point of Queens

Home > Tech | emacs > Emacs Again (5): Showing line number

Search
Feeds
Meta
Links
Ads!

Return to page top