Skip to content

Commit 1e15841

Browse files
author
Mikael Kermorgant
committed
change mini-window height during phpactor-status
fixes #123
1 parent e6c80a3 commit 1e15841

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpactor.el

+1
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,7 @@ function."
659659
(defun phpactor-status ()
660660
"Execute Phpactor RPC status command, and pop to buffer."
661661
(interactive)
662+
(setq max-mini-window-height 17)
662663
(apply #'phpactor-action-dispatch (phpactor--rpc "status" [])))
663664

664665
;;;###autoload

0 commit comments

Comments
 (0)