Skip to content

Commit 085e1a1

Browse files
committed
test flycheck
1 parent d35259c commit 085e1a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Eask

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
(depends-on "compat")
1818
(depends-on "php-mode")
1919
(depends-on "php-runtime")
20+
(depends-on "flycheck")
2021

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

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ EASK ?= eask
55
install:
66
$(EASK) package
77
$(EASK) install
8+
$(EASK) install-deps
89

910
compile:
1011
$(EASK) compile

0 commit comments

Comments
 (0)