emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/olivetti ff2b0a0 123/134: Change default body width to


From: Stefan Monnier
Subject: [elpa] externals/olivetti ff2b0a0 123/134: Change default body width to 70 (matches fill-column standard-value)
Date: Thu, 25 Apr 2019 09:57:43 -0400 (EDT)

branch: externals/olivetti
commit ff2b0a0d328bdb5a8efa20cda90dd4867c08938f
Author: Paul W. Rankin <address@hidden>
Commit: Paul W. Rankin <address@hidden>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]