branch: externals/olivetti commit e824a21f5e284bc7e111b6f325258bba8396d9ec Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
Remove disparaging remarks about display-line-numbers-mode --- README.md | 5 ----- olivetti.el | 7 +------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 5404ea5..ddb0c93 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,6 @@ Alternately, download the [latest release] and put it in your Known Bugs ---------- -- `display-line-numbers-mode` (included in Emacs 26.1) has a terrible - implementation that causes problems with many modes that work with display. - Discussion at <https://debbugs.gnu.org/28248> and - <https://debbugs.gnu.org/28844> and <http://debbugs.gnu.org/29597>. Use - `linum-mode` instead. - `linum-mode` in Emacs versions earlier than 26.1 has a bug that overwrites margin settings, making it incompatible with modes that work with margins. More information here: <https://debbugs.gnu.org/20674>. diff --git a/olivetti.el b/olivetti.el index 62a4d1c..069a450 100644 --- a/olivetti.el +++ b/olivetti.el @@ -4,7 +4,7 @@ ;; Author: Paul Rankin <he...@paulwrankin.com> ;; Keywords: wp -;; Version: 1.5.8 +;; Version: 1.5.9 ;; Package-Requires: ((emacs "24.4")) ;; URL: https://github.com/rnkn/olivetti @@ -75,11 +75,6 @@ ;; Known Bugs ;; ---------- -;; - `display-line-numbers-mode` (included in Emacs 26.1) has a terrible -;; implementation that causes problems with many modes that work with display. -;; Discussion at <https://debbugs.gnu.org/28248> and -;; <https://debbugs.gnu.org/28844> and <http://debbugs.gnu.org/29597>. Use -;; `linum-mode` instead. ;; - `linum-mode` in Emacs versions earlier than 26.1 has a bug that overwrites ;; margin settings, making it incompatible with modes that work with margins. ;; More information here: <https://debbugs.gnu.org/20674>.