add lexical binding cookie

This commit is contained in:
Kyle Isom 2025-05-01 15:27:36 -07:00
parent 6ef01875d7
commit 3d83d45bc9
1 changed files with 1 additions and 0 deletions

1
c.el
View File

@ -1,3 +1,4 @@
;;;; -*- lexical-binding: t; -*-
;;;; c.el
;;; let's try to make emacs work for C code.