branch: externals/olivetti
commit 4c8b62f54ec4151cf8b48a7e1f904d3b4a7d73d6
Author: Paul Rankin <[email protected]>
Commit: Paul Rankin <[email protected]>
Updating README/Commentary
---
README.md | 10 +++++-----
olivetti.el | 10 +++++++---
2 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 5349c17..58dd8a0 100644
--- a/README.md
+++ b/README.md
@@ -52,12 +52,12 @@ Known Bugs
----------
- `display-line-numbers-mode` (included in Emacs 26.1) has a poor
implementation
- that makes it difficult/ugly to work with the text body width or margins.
+ that causes problems with modes that work with the text body width or
margins.
Discussion at <https://debbugs.gnu.org/28248> and
- <https://debbugs.gnu.org/28844>.
-- `linum-mode` currently has a bug that overwrites margin settings,
- making it incompatible with Olivetti. More information here:
- <https://debbugs.gnu.org/20674>.
+ <https://debbugs.gnu.org/28844>. 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>.
Please report bugs on GitHub [Issues] page.
diff --git a/olivetti.el b/olivetti.el
index a2319ff..48b0d06 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -61,9 +61,13 @@
;; Known Bugs
;; ----------
-;; - `linum-mode` currently has a bug that overwrites margin settings,
-;; making it incompatible with Olivetti. More information here:
-;; <http://debbugs.gnu.org/20674>.
+;; - `display-line-numbers-mode` (included in Emacs 26.1) has a poor
implementation
+;; that causes problems with modes that work with the text body width or
margins.
+;; Discussion at <https://debbugs.gnu.org/28248> and
+;; <https://debbugs.gnu.org/28844>. 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>.
;; Please report bugs on GitHub [Issues] page.