Add command-log-mode

This commit is contained in:
Henrik Lissner 2016-06-08 21:08:19 -04:00
parent 78c95aae3a
commit 873133eb67
3 changed files with 6 additions and 0 deletions

View file

@ -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