Skip to content

Commit 56810ad

Browse files
authored
Fix php-mode's repository and load path (#2971)
1 parent ec5cba8 commit 56810ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipes/php-mode.rcp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(:name php-mode
22
:description "A PHP mode for GNU Emacs "
33
:type github
4-
:pkgname "ejmr/php-mode"
5-
:website "https://github.com/ejmr/php-mode")
4+
:pkgname "emacs-php/php-mode"
5+
:load-path "lisp/"
6+
:compile "lisp/"
7+
:website "https://github.com/emacs-php/php-mode")

0 commit comments

Comments
 (0)