From 19839d3067c8bd779fc05eb0f355564b232329b3 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 25 Aug 2026 15:25:32 +0100 Subject: [emacs] lexical binding i guess --- emacs/inits/70-global-keybinds.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs/inits/70-global-keybinds.el') 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) -- cgit v1.2.3