Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 15, 2023
1 parent 9b9b7d6 commit dd5014e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Eask
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@

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

(source "gnu")
(source 'gnu)
(source 'melpa)

(depends-on "emacs" "24.3")
(depends-on "cl-lib" "0.5")
Expand All @@ -20,3 +21,5 @@
(depends-on "phpunit" "0.16")
(depends-on "psysh" "0.0.3")
(depends-on "flycheck-phpstan" "0.2.1")

(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432

0 comments on commit dd5014e

Please sign in to comment.