Skip to content

Commit dd5014e

Browse files
committed
fix compile
1 parent 9b9b7d6 commit dd5014e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Eask

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
(script "test" "echo \"Error: no test specified\" && exit 1")
1111

12-
(source "gnu")
12+
(source 'gnu)
13+
(source 'melpa)
1314

1415
(depends-on "emacs" "24.3")
1516
(depends-on "cl-lib" "0.5")
@@ -20,3 +21,5 @@
2021
(depends-on "phpunit" "0.16")
2122
(depends-on "psysh" "0.0.3")
2223
(depends-on "flycheck-phpstan" "0.2.1")
24+
25+
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

0 commit comments

Comments
 (0)