From a0ad8becd6f1cb5e7a48389dc7ea5029040fc4ca Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 4 Aug 2021 11:15:39 +0800 Subject: change: adjust the default olivetti body width * view-conf.el (durand-focus): Use a default olivetti body width of 80 instead of 65. --- view-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view-conf.el') diff --git a/view-conf.el b/view-conf.el index a2cecc2..99f1f54 100644 --- a/view-conf.el +++ b/view-conf.el @@ -295,7 +295,7 @@ options to choose from." "Focus mode." nil " Foc" nil (cond (durand-focus - (setq olivetti-body-width 65) + (setq olivetti-body-width 80) (olivetti-mode 1) (cond (current-prefix-arg (view-mode 1)))) ((setq olivetti-body-width 80) -- cgit v1.2.3-18-g5258