From cf7da1ca4a0f299bb86ab2bee3106b05bbacf5cd Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 31 May 2025 11:56:30 +0100 Subject: emacs: Adopt lexical binding --- emacs/early-init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/early-init.el') diff --git a/emacs/early-init.el b/emacs/early-init.el index e21a5a2..7236069 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -1,3 +1,5 @@ +;; -*- lexical-binding: t -*- + (defconst my/dotfiles-directory (file-truename (concat user-emacs-directory "../")) "Directory containing all configuration files.") -- cgit v1.2.3-70-g09d2