diff options
author | JSDurand <mmemmew@gmail.com> | 2021-08-04 11:15:39 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-08-04 11:15:39 +0800 |
commit | a0ad8becd6f1cb5e7a48389dc7ea5029040fc4ca (patch) | |
tree | 78eef7bb8cd249a7d58d5e0e76cfaf1a0ebd8a68 | |
parent | ab6dec9dfd1c38ca1b6df0175a0c71f11fc8af9e (diff) |
change: adjust the default olivetti body width
* view-conf.el (durand-focus): Use a default olivetti body width of 80
instead of 65.
-rw-r--r-- | view-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |