Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions recipes/company-php.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name company-php
:description "Company version of PHP auto completion source"
:type github
:pkgname "xcwen/ac-php"
:build (("rm" "-f" "ac-php.el")
("sed" "-i" "s/\(require \\x27company\)/\(require \\x27company-mode\)/g" "company-php.el"))
Comment on lines +5 to +6
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need these 2 commands in recipe? Why not submit PR to the original package to fix this problem there?

:depends (php-mode company-mode s f popup dash xcscope))