summaryrefslogtreecommitdiff
path: root/emacs/early-init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2025-05-31 11:56:30 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2025-05-31 11:56:30 +0100
commitcf7da1ca4a0f299bb86ab2bee3106b05bbacf5cd (patch)
treebd8bbe7f8b813f5b5570dd902895abf9927fca67 /emacs/early-init.el
parent0645c54d164d95568a439d5d732fbcf3474b8cd3 (diff)
emacs: Adopt lexical binding
Diffstat (limited to 'emacs/early-init.el')
-rw-r--r--emacs/early-init.el2
1 files changed, 2 insertions, 0 deletions
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.")