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

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

[elpa] externals/olivetti 30b82ff 018/134: Made body-width buffer-local


From: Stefan Monnier
Subject: [elpa] externals/olivetti 30b82ff 018/134: Made body-width buffer-local
Date: Thu, 25 Apr 2019 09:57:19 -0400 (EDT)

branch: externals/olivetti
commit 30b82ff12611a844a68aed2c1564ce28b4449dfc
Author: Paul Rankin <address@hidden>
Commit: Paul Rankin <address@hidden>

    Made body-width buffer-local
---
 olivetti.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/olivetti.el b/olivetti.el
index 508816a..0e54853 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -93,7 +93,9 @@ 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 66) (float 0.5))
+  :type '(choice (integer 80) (float 0.5))
+  :group 'olivetti)
+(make-variable-buffer-local 'olivetti-body-width)
   :group 'olivetti)
 
 (defcustom olivetti-hide-mode-line nil



reply via email to

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