From a059ca5b084250c13c26a2fb85ad47984a1cfd8e Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 21 Jun 2023 12:43:24 +0200 Subject: [PATCH] focus-read-only-mode was a mistake --- init.org | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.org b/init.org index 2a90e5c..b68dfce 100644 --- a/init.org +++ b/init.org @@ -580,11 +580,7 @@ ;; Dim color of text in surrounding sections (use-package focus :defer t - :bind ("C-c q" . - (lambda () - (interactive) - (focus-mode 1) - (focus-read-only-mode 1)))) + :bind ("C-c f" . focus-mode)) #+end_src