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