mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user