You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
declare phpactor-executable as defcustom (take two)
By doing this, we are able to replace phpactor-find-executable
function which is a bit more optimized as completion makes frequent
use of it.
- update test
- reevaluate phpactor-executable using setq (override defcustom), after
composer install using hook
convert use of phpactor-executable function to use of variable
apply change for completion too
Copy file name to clipboardExpand all lines: README.org
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,7 @@ This package is Emacs interface to [[http://phpactor.github.io/phpactor/][Phpact
42
42
43
43
*NOTICE*: To ensure the supported version of Phpactor is installed, you might need to run this command again after an upgrade of this package.
44
44
45
-
Alternatively, you can install Phpactor on your own and configure `phpactor-executable` but please be aware that any change in Phpactor's rpc protocol can introduce breakages.
46
-
45
+
Alternatively, you can install Phpactor on your own and customize `phpactor-executable` but please be aware that any change in Phpactor's rpc protocol can introduce breakages.
0 commit comments