From: Stefan Kangas Date: Thu, 6 Oct 2022 06:54:54 +0000 (+0200) Subject: * etc/NEWS: Document how to continue using 'linum'. (Bug#58220) X-Git-Tag: emacs-29.0.90~1855^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=039ada6d033a01fb98e5acdcf943d486625d940b;p=emacs.git * etc/NEWS: Document how to continue using 'linum'. (Bug#58220) --- diff --git a/etc/NEWS b/etc/NEWS index fc7d89719bc..536c7aa3198 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -457,6 +457,11 @@ performance, but the latter is closer to a drop-in replacement. ;; Alternatively, to use it only in programming modes: (add-hook 'prog-mode-hook #'nlinum-mode) +3. To continue using the obsolete package 'linum', add this line to + your Init file, in addition to any existing customizations: + + (require 'linum) + --- ** The thumbs.el library is now obsolete. We recommend using 'M-x image-dired' instead.