diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-05-31 11:56:30 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-05-31 11:56:30 +0100 |
| commit | cf7da1ca4a0f299bb86ab2bee3106b05bbacf5cd (patch) | |
| tree | bd8bbe7f8b813f5b5570dd902895abf9927fca67 /emacs/init.el | |
| parent | 0645c54d164d95568a439d5d732fbcf3474b8cd3 (diff) | |
emacs: Adopt lexical binding
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 6fa7fed..8059c10 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,4 +1,4 @@ -;; Path Configuration +;; Path Configuration -*- lexical-binding: t -*- (setopt abbrev-file-name (my/cache-file-name "abbrev_defs") auto-save-list-file-prefix (my/cache-file-name "auto-save-list/") |
