Remove command-log-mode

Because that “occasional screen casting” basically means “never”.
This commit is contained in:
Gergely Polonkai 2023-10-22 08:15:16 +02:00
parent d2d5f8e267
commit 875dd97786
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 8 deletions

View File

@ -1861,14 +1861,6 @@ window.
("M-g e" . avy-goto-word-0)))
#+END_SRC
** Command logging mode
For occasional screen casting recordings.
#+BEGIN_SRC emacs-lisp
(use-package command-log-mode)
#+END_SRC
** Goto last change
#+BEGIN_SRC emacs-lisp