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:
parent
f6b8807e83
commit
c0d2ab331e
3 changed files with 0 additions and 12 deletions
|
@ -259,15 +259,6 @@ successfully sets indent_style/indent_size.")
|
|||
nil))
|
||||
|
||||
|
||||
(use-package! command-log-mode
|
||||
:commands global-command-log-mode
|
||||
:config
|
||||
(setq command-log-mode-auto-show t
|
||||
command-log-mode-open-log-turns-on-mode nil
|
||||
command-log-mode-is-global t
|
||||
command-log-mode-window-size 50))
|
||||
|
||||
|
||||
(use-package! dtrt-indent
|
||||
;; Automatic detection of indent settings
|
||||
:when doom-interactive-mode
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -311,8 +311,6 @@
|
|||
"F" #'describe-face
|
||||
;; replaces `view-hello-file' b/c annoying
|
||||
"h" #'doom/help
|
||||
;; replaces `describe-language-environment' b/c remapped to C-l
|
||||
"L" #'global-command-log-mode
|
||||
;; replaces `view-emacs-news' b/c it's on C-n too
|
||||
"n" #'doom/help-news
|
||||
;; replaces `finder-by-keyword'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue