I found a nice elisp to show 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
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