From 6bf9731a453db7f19060e998f4d099c3bf15bb9d Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 20 Sep 2021 13:21:53 +0800 Subject: * view-conf.el (durand-focus): New define-minor-mode syntax. --- view-conf.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view-conf.el') 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) -- cgit v1.2.3-18-g5258