diff options
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) |
