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:
parent
6eafdd7c62
commit
541ce81b91
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue