diff options
| -rw-r--r-- | lisp/linum.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/linum.el b/lisp/linum.el index 887f4bcc705..c7db8d4a19c 100644 --- a/lisp/linum.el +++ b/lisp/linum.el | |||
| @@ -27,11 +27,7 @@ | |||
| 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: |