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)
|
||||
|
|
|
@ -635,7 +635,7 @@
|
|||
:desc "Describe key" :n "k" #'describe-key
|
||||
:desc "Find documentation" :n "K" #'+lookup/documentation
|
||||
:desc "Find library" :n "l" #'find-library
|
||||
:desc "Command log" :n "L" #'global-command-log-mode
|
||||
:desc "Command log" :n "L" #'clm/toggle-command-log-buffer
|
||||
:desc "View *Messages*" :n "m" #'view-echo-area-messages
|
||||
:desc "Describe mode" :n "M" #'describe-mode
|
||||
:desc "Toggle profiler" :n "p" #'doom/toggle-profiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue