We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae49070 commit 0f156f2Copy full SHA for 0f156f2
Eask
@@ -51,4 +51,7 @@
51
52
(setq network-security-level 'low) ; see https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
53
54
-(setq byte-compile-docstring-max-column 1000)
+(add-hook 'eask-before-compile-hook
55
+ (lambda ()
56
+ (setq byte-compile-error-on-warn t)
57
+ (setq byte-compile-docstring-max-column 1000)))
0 commit comments