Remove command-log-mode

This isn't vital enough a package to be included in core. Emacs already
provides view-lossage, and there are other, better packages for
displaying your keybinds as you type.

Even one that I've been working on (with special evil support):
https://github.com/hlissner/doom-emacs-private/blob/master/lisp/keycast.el
This commit is contained in:
Henrik Lissner 2019-09-06 00:13:40 -04:00
parent f6b8807e83
commit c0d2ab331e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 0 additions and 12 deletions

View file

@ -18,7 +18,6 @@
;; core-editor.el
(package! better-jumper)
(package! command-log-mode)
(package! dtrt-indent)
(package! helpful)
(package! ns-auto-titlebar :ignore (not IS-MAC))