branch: externals/olivetti commit 885fb200692c9838b284520166da0a0805236570 Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
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