focus-read-only-mode was a mistake

This commit is contained in:
larstvei 2023-06-21 12:43:24 +02:00
parent 02e12968af
commit a059ca5b08

View File

@ -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