Fix #791: replace global-command-log-mode

global-command-log-mode isn't autoloaded, but
clm/toggle-command-log-buffer is, and if command-log-mode-is-global is
set, it is equivalent to global-command-log-mode.
This commit is contained in:
Henrik Lissner 2018-08-08 23:22:37 +02:00
parent 6eafdd7c62
commit 541ce81b91
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 4 additions and 2 deletions

View file

@ -254,7 +254,9 @@ savehist file."
;; `command-log-mode'
(setq command-log-mode-auto-show t
command-log-mode-open-log-turns-on-mode t)
command-log-mode-open-log-turns-on-mode t
command-log-mode-is-global t)
(def-package! expand-region
:commands (er/contract-region er/mark-symbol er/mark-word)