# HG changeset patch # User Henry S. Thompson # Date 1746473956 -3600 # Node ID 9608fe0628b07c84e4d6ae7c5181587f3e7ef7c6 # Parent a63f9c2de887f9f817b3650607f188163ddeb9ba better font diff -r a63f9c2de887 -r 9608fe0628b0 .xemacs/custom.el --- a/.xemacs/custom.el Wed Apr 23 11:03:48 2025 +0100 +++ b/.xemacs/custom.el Mon May 05 20:39:16 2025 +0100 @@ -33,7 +33,7 @@ ) (message "custom 1 . . .") (custom-set-faces - '(default ((t (:size "10pt" :family "Lucidatypewriter"))) t)) + '(default ((t (:size "9pt" :family "Lucidatypewriter"))) t)) (message "custom 2...") (global-set-key "\C-xl" (function goto-line)) (global-set-key "\M-r" 'replace-string)