summaryrefslogtreecommitdiff
path: root/emacs/functions.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/functions.el
parent0645c54d164d95568a439d5d732fbcf3474b8cd3 (diff)
emacs: Adopt lexical binding
Diffstat (limited to 'emacs/functions.el')
-rw-r--r--emacs/functions.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/functions.el b/emacs/functions.el
index b6e7f1f..21df594 100644
--- a/emacs/functions.el
+++ b/emacs/functions.el
@@ -1,4 +1,4 @@
-;; Path Functions
+;; Path Functions -*- lexical-binding: t -*-
(require 'xdg)