# HG changeset patch # User Henry S. Thompson # Date 1737146072 0 # Node ID 5fd61d2633c40974ee7273ba37833b49cc7660cc # Parent 417103100fd00a9e8aecff821dc8da38f23040a8 tweak XEmacs font/key bindings diff -r 417103100fd0 -r 5fd61d2633c4 .xemacs/custom.el --- a/.xemacs/custom.el Fri Jan 17 19:58:04 2025 +0000 +++ b/.xemacs/custom.el Fri Jan 17 20:34:32 2025 +0000 @@ -32,10 +32,10 @@ ; '(toolbar-visible-p nil) ) (message "custom 1 . . .") -;'(custom-set-faces -;'(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) +(custom-set-faces + '(default ((t (:size "10pt" :family "Lucidatypewriter"))) t)) (message "custom 2...") -;(global-set-key "\C-xl" (function goto-line)) -;(global-set-key "\M-r" 'replace-string) +(global-set-key "\C-xl" (function goto-line)) +(global-set-key "\M-r" 'replace-string)