From 8da841d804a0cb0729e13bf982f1c7cea3dd2d5f Mon Sep 17 00:00:00 2001 From: Dillon Date: Wed, 3 Dec 2025 14:30:46 -0700 Subject: [PATCH] add lexical binding --- command-log-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-log-mode.el b/command-log-mode.el index 34ec546..50a7bce 100644 --- a/command-log-mode.el +++ b/command-log-mode.el @@ -1,4 +1,4 @@ -;;; command-log-mode.el --- log keyboard commands to buffer +;;; command-log-mode.el --- log keyboard commands to buffer -*- lexical-binding: t; -*- ;; homepage: https://github.com/lewang/command-log-mode