diff --git a/core/core-editor.el b/core/core-editor.el index 3a5da8ef7..e877da0d3 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -252,7 +252,8 @@ savehist file." :config (setq command-log-mode-auto-show t command-log-mode-open-log-turns-on-mode nil - command-log-mode-is-global t)) + command-log-mode-is-global t + command-log-mode-window-size 50)) ;; `helpful' --- a better *help* buffer