From 500878c8826f850ff367b39f51587ad1bd8c82f6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 10 Apr 2019 19:25:11 -0400 Subject: [PATCH] Enlargen command-log window slightly --- core/core-editor.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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