branch: externals/olivetti
commit ff2b0a0d328bdb5a8efa20cda90dd4867c08938f
Author: Paul W. Rankin <[email protected]>
Commit: Paul W. Rankin <[email protected]>
Change default body width to 70 (matches fill-column standard-value)
---
olivetti.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/olivetti.el b/olivetti.el
index 80aac57..36899ca 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -119,7 +119,7 @@
;;; Options
(defcustom olivetti-body-width
- 80
+ 70
"Text body width to which to adjust relative margin width.
If an integer, set text body width to that integer in columns; if
@@ -135,7 +135,7 @@ but it's better to use a value between about 0.33 and 0.9
for
best effect.
This option does not affect file contents."
- :type '(choice (integer 80) (float 0.5))
+ :type '(choice (integer 70) (float 0.5))
:safe 'numberp
:group 'olivetti)
(make-variable-buffer-local 'olivetti-body-width)