Skip to content

Commit

Permalink
ci: Limit to compile commadn
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 23, 2024
1 parent 56793bf commit a976c82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Eask
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@

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

(setq byte-compile-error-on-warn t)
(setq byte-compile-docstring-max-column 1000)
(add-hook 'eask-before-compile-hook
(lambda ()
(setq byte-compile-error-on-warn t)
(setq byte-compile-docstring-max-column 1000)))

0 comments on commit a976c82

Please sign in to comment.