* lisp/linum.el: Recommend `display-line-numbers-mode'.

This commit is contained in:
Stefan Kangas 2021-09-29 20:33:45 +02:00
parent 6fecf6ef25
commit 49c748e336

View file

@ -28,6 +28,9 @@
;;
;; Toggle display of line numbers with M-x linum-mode. To enable
;; line numbering in all buffers, use M-x global-linum-mode.
;;
;; Consider using native line numbers instead:
;; M-x display-line-numbers-mode
;;; Code: