From: rearman Date: Mon, 3 Nov 2025 14:38:14 +0000 (-0500) Subject: Add binding for copying with datestamp X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=59c739568bece78df5279b71f08a48932e5963f2;p=emacsinit.git Add binding for copying with datestamp Dired copy is "C", so "M-C" for my special copy with mod time in filename is mnemonic. --- diff --git a/init.el b/init.el index fdb1073..7d324a2 100644 --- a/init.el +++ b/init.el @@ -101,6 +101,9 @@ #'(lambda () (interactive) (find-alternate-file ".."))) + (keymap-set dired-mode-map + "M-C" + #'re/copy-with-mod-time) (dired-hide-details-mode t)))) ;; Bookmarks