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/70-global-keybinds.el | |
| parent | f0838ce7e11af2e16e47806355ff76707bc5cbc1 (diff) | |
[emacs] lexical binding i guess
Diffstat (limited to 'emacs/inits/70-global-keybinds.el')
| -rw-r--r-- | emacs/inits/70-global-keybinds.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/inits/70-global-keybinds.el b/emacs/inits/70-global-keybinds.el index de2b17b..6bff284 100644 --- a/emacs/inits/70-global-keybinds.el +++ b/emacs/inits/70-global-keybinds.el @@ -1,8 +1,10 @@ -;; Time-stamp: <2026-05-15 09h11 BST (anker)> +;;; -*- lexical-binding: t -*- + +;; Time-stamp: <2026-08-25 15h28 BST (581d7bf5)> (setq time-stamp-active t time-stamp-line-limit 3 - time-stamp-format "%Y-%02m-%02d %02Hh%02M %Z (%s)") + time-stamp-format "%Y-%02m-%02d %02Hh%02M %Z (%Q)") (add-hook 'before-save-hook #'time-stamp) |
