phpactor.el
phpactor.el copied to clipboard
change mini-window height during phpactor-status
I'm not really happy to change such a global variable but I did not find a working solution to have it changed only temporarily.
fixes #123
Unfortunately, I had tried but let
doesn't help in that situation.
I also tried temporarily taking a backup of original value and restoring it in a statement at the end but that last part (restoration) did not work.
Hi @zonuexe
Admitedly, this change alters a variable outside phpactor's own scope, which is not ideal.
However, for user trying this package for the first time, having all the information from phpactor-status
visible can be critical (specially the working-directory).
wdyt ?