# HG changeset patch # User Henry S. Thompson # Date 1695913778 -3600 # Node ID 9c63ff510cc946c37ce43018350bba4301287941 # Parent 1eb6cd49452d67441c1d9bfa449c76992dbb0cf3 x diff -r 1eb6cd49452d -r 9c63ff510cc9 .xemacs/custom.el --- a/.xemacs/custom.el Thu Sep 28 14:08:36 2023 +0100 +++ b/.xemacs/custom.el Thu Sep 28 16:09:38 2023 +0100 @@ -35,3 +35,4 @@ '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) (message "custom 2...") (global-set-key "\C-xl" (function goto-line)) +(global-set-key "\M-r" 'replace-string)