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