diff options
-rw-r--r-- | view-conf.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view-conf.el b/view-conf.el index 1761f90..530bab9 100644 --- a/view-conf.el +++ b/view-conf.el @@ -300,7 +300,9 @@ options to choose from." ;;;###autoload (define-minor-mode durand-focus - "Focus mode." nil " Foc" nil + "Focus mode." + :init-value nil + :lighter " Foc" (cond (durand-focus (setq olivetti-body-width 80) |