mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Fix command-log-mode not disabling on toggle
clm/toggle-command-log-buffer enables global-command-log-mode, but doesn't disable it on second invocation, so we use global-command-log-mode instead.
This commit is contained in:
@@ -268,10 +268,12 @@ savehist file."
|
||||
(advice-add #'undo-tree-save-history :around #'doom*compress-undo-tree-history))
|
||||
|
||||
|
||||
;; `command-log-mode'
|
||||
(setq command-log-mode-auto-show t
|
||||
command-log-mode-open-log-turns-on-mode t
|
||||
command-log-mode-is-global t)
|
||||
(def-package! command-log-mode
|
||||
:commands global-command-log-mode
|
||||
:config
|
||||
(setq command-log-mode-auto-show t
|
||||
command-log-mode-open-log-turns-on-mode nil
|
||||
command-log-mode-is-global t))
|
||||
|
||||
|
||||
(def-package! expand-region
|
||||
|
Reference in New Issue
Block a user