We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a268fa8 commit 1b752c9Copy full SHA for 1b752c9
modules/shared/config/emacs/config.org
@@ -1510,14 +1510,6 @@ Found [[https://emacs.stackexchange.com/questions/44664/apply-ansi-color-escape-
1510
(add-hook 'org-babel-after-execute-hook 'dl/babel-ansi)
1511
#+END_SRC
1512
1513
-*** Show real-time key bindings in a separate buffer
1514
-#+NAME: command-log
1515
-#+BEGIN_SRC emacs-lisp
1516
- ;; Gives me a fancy list of commands I run
1517
- (use-package command-log-mode)
1518
- (setq global-command-log-mode t)
1519
-#+END_SRC
1520
-
1521
*** Helpful documentation strings for common functions
1522
#+NAME: helpful
1523
#+BEGIN_SRC emacs-lisp
0 commit comments