mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
focus-read-only-mode was a mistake
This commit is contained in:
parent
02e12968af
commit
a059ca5b08
6
init.org
6
init.org
@ -580,11 +580,7 @@
|
|||||||
;; Dim color of text in surrounding sections
|
;; Dim color of text in surrounding sections
|
||||||
(use-package focus
|
(use-package focus
|
||||||
:defer t
|
:defer t
|
||||||
:bind ("C-c q" .
|
:bind ("C-c f" . focus-mode))
|
||||||
(lambda ()
|
|
||||||
(interactive)
|
|
||||||
(focus-mode 1)
|
|
||||||
(focus-read-only-mode 1))))
|
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user