Mercurial > hg > cc > cirrus_work
changeset 251:5fd61d2633c4
tweak XEmacs font/key bindings
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Fri, 17 Jan 2025 20:34:32 +0000 |
parents | 417103100fd0 |
children | 39c3835716f3 |
files | .xemacs/custom.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)