Skip to content

Commit c4fb921

Browse files
committed
Use files instead of package-file without php-mode.el
It is not necessary to specify in package-file except the main file of the package.
1 parent 8331c50 commit c4fb921

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Cask

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
(package "php-mode" "1.23.0" "Major mode for editing PHP code")
22
(source melpa)
33

4-
(package-file "php.el")
5-
(package-file "php-face.el")
64
(package-file "php-mode.el")
7-
(package-file "php-project.el")
8-
(package-file "php-mode-debug.el")
5+
6+
(files
7+
"php.el"
8+
"php-face.el"
9+
"php-project.el"
10+
"php-mode-debug.el")
911

1012
(development
1113
(depends-on "pkg-info")

0 commit comments

Comments
 (0)