Skip to content

Commit c9ca4c2

Browse files
authored
Merge pull request #131 from emacs-php/fix/custom-executable
Remove autoload cookie from phpactor--find-executable and add comment
2 parents 01ced48 + b021957 commit c9ca4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ of GitHub.")
112112
;; Special variables
113113
(defvar phpactor--execute-async nil)
114114

115-
;;;###autoload
116115
(defun phpactor--find-executable ()
116+
"Return path to Phpactor executable file."
117117
(let ((vendor-executable (f-join phpactor-install-directory "vendor/bin/phpactor")))
118118
(if (file-exists-p vendor-executable)
119119
vendor-executable

0 commit comments

Comments
 (0)