branch: externals/olivetti commit b42eb3e23b3c55c157b73ee92439f0fd34e8f5c1 Author: Paul Rankin <he...@paulwrankin.com> Commit: Paul Rankin <he...@paulwrankin.com>
Allow set-width to accept any number --- olivetti.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olivetti.el b/olivetti.el index 63159fa..8c6a4ba 100644 --- a/olivetti.el +++ b/olivetti.el @@ -149,7 +149,7 @@ mode line. Finally redraw the frame." (list (or current-prefix-arg (read-number "Set text body width (integer or float): " olivetti-body-width)))) - (setq olivetti-body-width (olivetti-safe-width n)) + (setq olivetti-body-width n) (olivetti-set-environment) (message "Text body width set to %s" olivetti-body-width))