diff options
| author | tslil <tslil@posteo.de> | 2026-08-25 15:25:32 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-25 15:31:42 +0100 |
| commit | 19839d3067c8bd779fc05eb0f355564b232329b3 (patch) | |
| tree | 1f12a4b5f117a762d9418f6d9f81d9a3bf4ff743 /emacs/inits/22-lisp.el | |
| parent | f0838ce7e11af2e16e47806355ff76707bc5cbc1 (diff) | |
[emacs] lexical binding i guess
Diffstat (limited to 'emacs/inits/22-lisp.el')
| -rw-r--r-- | emacs/inits/22-lisp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/inits/22-lisp.el b/emacs/inits/22-lisp.el index 9c5e6fb..a411768 100644 --- a/emacs/inits/22-lisp.el +++ b/emacs/inits/22-lisp.el @@ -1,3 +1,5 @@ +;;; -*- lexical-binding: t -*- + ;; Time-stamp: <2025-06-25 20h02 BST (anker)> ;; ---------------------------------------------------------------------------- |
