From 69d44369eb889650dea53a65b2ee6a33c1db4f44 Mon Sep 17 00:00:00 2001 From: Pierre Rouleau Date: Mon, 3 Mar 2025 14:22:22 -0500 Subject: [PATCH] Use lexical-binding --- flycheck-odin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flycheck-odin.el b/flycheck-odin.el index d65ee2a..4ab5fc7 100644 --- a/flycheck-odin.el +++ b/flycheck-odin.el @@ -1,4 +1,4 @@ -;;; flycheck-odin.el - Flycheck support for Odin +;;; flycheck-odin.el - Flycheck support for Odin. -*-lexical-binding: t-*- (require 'flycheck) ;; Flycheck requires seq so this shouldn't be an issue?