branch: externals/olivetti
commit 777ec835ee6bc451af875d1015dd309e090b444d
Author: Paul Rankin <he...@paulwrankin.com>
Commit: Paul Rankin <he...@paulwrankin.com>

    Updated README/Commentary
---
 README.md   | 3 +++
 olivetti.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 448e0c3..2c7977a 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,9 @@ Features
   fraction of the window width (a float between 0.0 and 1.0).
 - Interactively change body width with `olivetti-expand`,
   `olivetti-shrink` and `olivetti-set-width`.
+- If `olivetti-body-width` is an integer, the text body width will scale
+  with use of `text-scale-mode`, whereas if a fraction (float) then the
+  text body width will remain at that fraction.
 - Optionally hide the modeline for distraction-free writing.
 
 Requirements
diff --git a/olivetti.el b/olivetti.el
index 184179e..640a60e 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -34,6 +34,9 @@
 ;;   fraction of the window width (a float between 0.0 and 1.0).
 ;; - Interactively change body width with `olivetti-expand`,
 ;;   `olivetti-shrink` and `olivetti-set-width`.
+;; - If `olivetti-body-width` is an integer, the text body width will scale
+;;   with use of `text-scale-mode`, whereas if a fraction (float) then the
+;;   text body width will remain at that fraction.
 ;; - Optionally hide the modeline for distraction-free writing.
 
 ;; Requirements

Reply via email to