Remove the focus package

This commit is contained in:
Gergely Polonkai 2023-10-21 08:04:11 +02:00
parent a301db6205
commit 0682d7df78
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 11 deletions

View File

@ -1966,17 +1966,6 @@ window.
("M-g e" . avy-goto-word-0)))
#+END_SRC
** Focus mode
It is similar to narrow mode, except the narrowing part; it dims everything outside of the current
context.
#+BEGIN_SRC emacs-lisp
(use-package focus
:bind
(([f8] . focus-mode)))
#+END_SRC
** Command logging mode
For occasional screen casting recordings.