dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3162c3b12e203e2b3ecc8b7040923e83a54115d3
parent 0d546b02cf934c7552a6bf98a50c232f819137f9
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  9 Aug 2022 23:55:19 +0200

emacs: command-log-mode

Diffstat:
Memacs/config.org | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -1568,6 +1568,13 @@ Enable xref backend: (setq xref-show-definitions-function #'xref-show-definitions-completing-read) #+end_src +** (disabled) command-log-mode +Simple real-time logger of commands. + +#+begin_src emacs-lisp :tangle no + (use-package command-log-mode) +#+end_src + * Interface ** Start debugger on error