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

    Changed body-width standard-value to 80
---
 olivetti.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/olivetti.el b/olivetti.el
index 45cf540..3fc93de 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -77,7 +77,8 @@
   :type 'hook
   :group 'olivetti)
 
-(defcustom olivetti-body-width 66
+(defcustom olivetti-body-width
+  80
   "Text body width to which to adjust relative margin width.
 
 If an integer, set text body width to that integer in columns; if

Reply via email to