mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-06 02:30:33 -08:00
Byte compile
This commit is contained in:
parent
7a3f3c4ab0
commit
b350d516e4
1 changed files with 6 additions and 1 deletions
7
Eask
7
Eask
|
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
(script "test" "echo \"Error: no test specified\" && exit 1")
|
(script "test" "echo \"Error: no test specified\" && exit 1")
|
||||||
|
|
||||||
(source "melpa")
|
(source 'gnu)
|
||||||
|
(source 'melpa)
|
||||||
|
|
||||||
(depends-on "emacs" "24.1")
|
(depends-on "emacs" "24.1")
|
||||||
|
|
||||||
|
|
@ -17,3 +18,7 @@
|
||||||
(depends-on "ert-runner"))
|
(depends-on "ert-runner"))
|
||||||
|
|
||||||
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
|
(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)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue