Byte compile

This commit is contained in:
JenChieh 2025-02-10 17:28:49 -08:00
parent 7a3f3c4ab0
commit b350d516e4

7
Eask
View file

@ -9,7 +9,8 @@
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "melpa")
(source 'gnu)
(source 'melpa)
(depends-on "emacs" "24.1")
@ -17,3 +18,7 @@
(depends-on "ert-runner"))
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
(add-hook 'eask-before-compile-hook
(lambda (&rest _)
(setq byte-compile-error-on-warn t)))