Skip to content

Commit a2b3513

Browse files
committed
Add autoload cookie
1 parent d07cfcd commit a2b3513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flymake-phpstan.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
(process-send-region flymake-phpstan--proc (point-min) (point-max))
9999
(process-send-eof flymake-phpstan--proc)))))
100100

101+
;;;###autoload
101102
(defun flymake-phpstan-turn-on ()
102103
"Enable flymake-phpstan as buffer-local Flymake backend."
103104
(interactive)

0 commit comments

Comments
 (0)