Skip to content

Commit b350d51

Browse files
committed
Byte compile
1 parent 7a3f3c4 commit b350d51

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Eask

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@
99

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

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

1415
(depends-on "emacs" "24.1")
1516

1617
(development
1718
(depends-on "ert-runner"))
1819

1920
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
21+
22+
(add-hook 'eask-before-compile-hook
23+
(lambda (&rest _)
24+
(setq byte-compile-error-on-warn t)))

0 commit comments

Comments
 (0)