comparison lisp/linum.el @ 88075:77e6cba71081

Update comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 30 Jan 2008 02:08:38 +0000
parents c720c7381645
children 7caa67533b3a
comparison
equal deleted inserted replaced
88074:94a8c6fb63da 88075:77e6cba71081
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;; Display line numbers for the current buffer. 28 ;; Display line numbers for the current buffer.
29 ;; 29 ;;
30 ;; Add the following to your .emacs file: 30 ;; Toggle display of line numbers with M-x linum-mode. To enable
31
32 ;; (require 'linum)
33
34 ;; Then toggle display of line numbers with M-x linum-mode. To enable
35 ;; line numbering in all buffers, use M-x global-linum-mode. 31 ;; line numbering in all buffers, use M-x global-linum-mode.
36 32
37 ;;; Code: 33 ;;; Code:
38 34
39 (defconst linum-version "0.9wx") 35 (defconst linum-version "0.9wx")