Add command-log-mode
This commit is contained in:
parent
78c95aae3a
commit
873133eb67
3 changed files with 6 additions and 0 deletions
|
@ -146,6 +146,10 @@
|
|||
:config (setq avy-all-windows nil
|
||||
avy-background t))
|
||||
|
||||
(use-package command-log-mode
|
||||
:commands (clm/command-log-buffer command-log-mode global-command-log-mode)
|
||||
:config (setq command-log-mode-is-global t))
|
||||
|
||||
(use-package dumb-jump
|
||||
:commands (dumb-jump-go dumb-jump-quick-look dumb-jump-back)
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue