From 7e282841bad06dd19716a439884a59ecadc2d98e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 3 Mar 2016 01:38:45 -0500 Subject: [PATCH] Larger help windows --- core/core-popup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-popup.el b/core/core-popup.el index 3a2ec45c8..d6eb20a59 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -36,7 +36,7 @@ ("^\\*.+-Profiler-Report .+\\*$" :regexp t :align below :size 0.3) ("*Backtrace*" :align below :size 0.25 :noselect t) ("*scratch*" :align below :size 0.3 :select t) - ("*Help*" :align below :size 15 :select t) + ("*Help*" :align below :size 30 :select t) ("*Messages*" :align below :size 20 :select t) ("*Completions*" :align below :size 20 :noselect t) (debugger-mode :align below :size 0.25 :noselect t)