Skip to content

Commit 1b752c9

Browse files
committed
Remove command-log Emacs dep
1 parent a268fa8 commit 1b752c9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/shared/config/emacs/config.org

-8
Original file line numberDiff line numberDiff line change
@@ -1510,14 +1510,6 @@ Found [[https://emacs.stackexchange.com/questions/44664/apply-ansi-color-escape-
15101510
(add-hook 'org-babel-after-execute-hook 'dl/babel-ansi)
15111511
#+END_SRC
15121512

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-
15211513
*** Helpful documentation strings for common functions
15221514
#+NAME: helpful
15231515
#+BEGIN_SRC emacs-lisp

0 commit comments

Comments
 (0)