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

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

[elpa] externals/olivetti 885fb20 019/134: Added minimum-body-width


From: Stefan Monnier
Subject: [elpa] externals/olivetti 885fb20 019/134: Added minimum-body-width
Date: Thu, 25 Apr 2019 09:57:20 -0400 (EDT)

branch: externals/olivetti
commit 885fb200692c9838b284520166da0a0805236570
Author: Paul Rankin <address@hidden>
Commit: Paul Rankin <address@hidden>

    Added minimum-body-width
---
 olivetti.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/olivetti.el b/olivetti.el
index 0e54853..45cf540 100644
--- a/olivetti.el
+++ b/olivetti.el
@@ -96,6 +96,11 @@ This option does not affect file contents."
   :type '(choice (integer 80) (float 0.5))
   :group 'olivetti)
 (make-variable-buffer-local 'olivetti-body-width)
+
+(defcustom olivetti-minimum-body-width
+  40
+  "Minimum width in columns that text body width may be set."
+  :type 'integer
   :group 'olivetti)
 
 (defcustom olivetti-hide-mode-line nil



reply via email to

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