From 1e15841e9c69db915fe4c99bbfce8000782c4adc Mon Sep 17 00:00:00 2001 From: Mikael Kermorgant Date: Tue, 2 Jul 2019 17:56:04 +0300 Subject: [PATCH] change mini-window height during phpactor-status fixes #123 --- phpactor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/phpactor.el b/phpactor.el index 449a52c..a47e850 100644 --- a/phpactor.el +++ b/phpactor.el @@ -659,6 +659,7 @@ function." (defun phpactor-status () "Execute Phpactor RPC status command, and pop to buffer." (interactive) + (setq max-mini-window-height 17) (apply #'phpactor-action-dispatch (phpactor--rpc "status" []))) ;;;###autoload