We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9b7d6 commit dd5014eCopy full SHA for dd5014e
Eask
@@ -9,7 +9,8 @@
9
10
(script "test" "echo \"Error: no test specified\" && exit 1")
11
12
-(source "gnu")
+(source 'gnu)
13
+(source 'melpa)
14
15
(depends-on "emacs" "24.3")
16
(depends-on "cl-lib" "0.5")
@@ -20,3 +21,5 @@
20
21
(depends-on "phpunit" "0.16")
22
(depends-on "psysh" "0.0.3")
23
(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