branch: elpa/flycheck commit 12b2a79cf9ffceadd3fc3e164149b62675dafce2 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
fix: Warning missing lexical-binding cookie --- Eask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Eask b/Eask index 483a495c68..f9c66ca3b1 100644 --- a/Eask +++ b/Eask @@ -1,3 +1,5 @@ +;; -*- mode: eask; lexical-binding: t -*- + (package "flycheck" "35.0" "On-the-fly syntax checking")