From 3d83d45bc90a9f341750938ec78f1c5b8e080ca0 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 1 May 2025 15:27:36 -0700 Subject: [PATCH] add lexical binding cookie --- c.el | 1 + 1 file changed, 1 insertion(+) diff --git a/c.el b/c.el index 5f20d40..b844360 100644 --- a/c.el +++ b/c.el @@ -1,3 +1,4 @@ +;;;; -*- lexical-binding: t; -*- ;;;; c.el ;;; let's try to make emacs work for C code.