branch: elpa/treesit-fold commit e38981daf7e7611cfd8abfedaf7fcbc83588871e Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Jen-Chieh Shen <jcs090...@gmail.com>
Enalbe compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6bf5d9d57..c71a00a026 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ unix-compile: @echo "Compiling..." @$(CASK) $(EMACS) -Q --batch \ -L . \ - --eval '(setq byte-compile-error-on-warn nil)' \ + --eval '(setq byte-compile-error-on-warn t)' \ -f batch-byte-compile $(PKG-FILES) unix-test: