branch: externals/olivetti commit 3859a4d2e903bbf311cf8bd7a90bec3ecfc7fce4 Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
Added known bugs section to README/Commentary closes #4 --- README.md | 11 +++++++++++ olivetti.el | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/README.md b/README.md index 8347b9c..448e0c3 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ Alternately, download the [latest release][] and put it in your [melpa-stable]: http://melpa-stable.milkbox.net "MELPA" [latest release]: https://github.com/rnkn/olivetti/releases/latest "Olivetti latest release" +Known Bugs +---------- + +- `linum-mode` currently has a bug that overwrites margin settings, + making it incompatible with Olivetti. More information here: + <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20674> + +Please report bugs on GitHub [Issues][] page. + +[issues]: https://github.com/rnkn/olivetti/issues "Olivetti issues" + History ------- diff --git a/olivetti.el b/olivetti.el index 8c6a4ba..fab09be 100644 --- a/olivetti.el +++ b/olivetti.el @@ -54,6 +54,17 @@ ;; [melpa-stable]: http://melpa-stable.milkbox.net "MELPA" ;; [latest release]: https://github.com/rnkn/olivetti/releases/latest "Olivetti latest release" +;; Known Bugs +;; ---------- + +;; - `linum-mode` currently has a bug that overwrites margin settings, +;; making it incompatible with Olivetti. More information here: +;; <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20674> + +;; Please report bugs on GitHub [Issues][] page. + +;; [issues]: https://github.com/rnkn/olivetti/issues "Olivetti issues" + ;; History ;; -------