branch: externals/olivetti commit 21f8356ce025a66125954ed372c8ace83bd279c4 Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
Updated README/Commentary --- README.md | 12 ++++++------ olivetti.el | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 08813aa..0c069f0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Olivetti is a simple Emacs minor mode for a nice writing environment.  Pictured: *Big Fish* by John August using using text body width of 66 -(top, also using [Fountain Mode][]), lorem ipsum text using text body +(top, also using [Fountain Mode]), lorem ipsum text using text body width of 80 (bottom) [fountain mode]: https://github.com/rnkn/fountain-mode @@ -41,14 +41,14 @@ Requirements Installation ------------ -Olivetti is available through [MELPA][] and [MELPA-stable][]. I +Olivetti is available through [MELPA] and [MELPA-stable]. I encourage installing the stable version. -Alternately, download the [latest release][] and put it in your +Alternately, download the [latest release] and put it in your `load-path`. [melpa]: https://melpa.org/ "MELPA" -[melpa-stable]: https://stable.melpa.org/ "MELPA" +[melpa-stable]: https://stable.melpa.org/ "MELPA Stable" [latest release]: https://github.com/rnkn/olivetti/releases/latest "Olivetti latest release" Known Bugs @@ -58,13 +58,13 @@ Known Bugs making it incompatible with Olivetti. More information here: <http://debbugs.gnu.org/20674>. -Please report bugs on GitHub [Issues][] page. +Please report bugs on GitHub [Issues] page. [issues]: https://github.com/rnkn/olivetti/issues "Olivetti issues" History ------- -See [Releases][]. +See [Releases]. [releases]: https://github.com/rnkn/olivetti/releases "Olivetti releases" diff --git a/olivetti.el b/olivetti.el index cace303..e47af53 100644 --- a/olivetti.el +++ b/olivetti.el @@ -51,14 +51,14 @@ ;; Installation ;; ------------ -;; Olivetti is available through [MELPA][] and [MELPA-stable][]. I +;; Olivetti is available through [MELPA] and [MELPA-stable]. I ;; encourage installing the stable version. -;; Alternately, download the [latest release][] and put it in your +;; Alternately, download the [latest release] and put it in your ;; `load-path`. ;; [melpa]: https://melpa.org/ "MELPA" -;; [melpa-stable]: https://stable.melpa.org/ "MELPA" +;; [melpa-stable]: https://stable.melpa.org/ "MELPA Stable" ;; [latest release]: https://github.com/rnkn/olivetti/releases/latest "Olivetti latest release" ;; Known Bugs @@ -68,14 +68,14 @@ ;; making it incompatible with Olivetti. More information here: ;; <http://debbugs.gnu.org/20674>. -;; Please report bugs on GitHub [Issues][] page. +;; Please report bugs on GitHub [Issues] page. ;; [issues]: https://github.com/rnkn/olivetti/issues "Olivetti issues" ;; History ;; ------- -;; See [Releases][]. +;; See [Releases]. ;; [releases]: https://github.com/rnkn/olivetti/releases "Olivetti releases"