Skip to content

Commit

Permalink
change mini-window height during phpactor-status
Browse files Browse the repository at this point in the history
fixes #123
  • Loading branch information
Mikael Kermorgant committed Jul 2, 2019
1 parent e6c80a3 commit 1e15841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpactor.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e15841

Please sign in to comment.