forked from emacs-php/php-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Eask
36 lines (29 loc) · 828 Bytes
/
Eask
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
(package "php-mode"
"1.26.1"
"Major mode for editing PHP code")
(website-url "https://github.com/emacs-php/php-mode")
(keywords "languages" "php")
(package-file "lisp/php-mode.el")
(files
"lisp/php.el"
"lisp/php-complete.el"
"lisp/php-defs.el"
"lisp/php-face.el"
"lisp/php-format.el"
"lisp/php-project.el"
"lisp/php-local-manual.el"
"lisp/php-ide-phpactor.el"
"lisp/php-ide.el"
"lisp/php-mode-debug.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source 'melpa)
(source 'gnu)
(depends-on "emacs" "26.1")
(development
(depends-on "phpactor")
(depends-on "pkg-info")
(depends-on "projectile")
(depends-on "smart-jump")
(depends-on "shut-up")
)
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432