# HG changeset patch # User Henry S. Thompson # Date 1697025029 -3600 # Node ID 5d30cd8c625402a128b8ebe96a218fe4a85794a2 # Parent 58df6981269e8702636da2553c44c2695f3d9d77 fix typo diff -r 58df6981269e -r 5d30cd8c6254 .xemacs/custom.el --- a/.xemacs/custom.el Fri Oct 06 15:06:53 2023 +0100 +++ b/.xemacs/custom.el Wed Oct 11 12:50:29 2023 +0100 @@ -29,10 +29,11 @@ ; '(progress-feedback-use-echo-area t) ; '(toolbar-mail-reader 'gnus) ; '(toolbar-news-reader 'gnus) -; '(toolbar-visible-p nil)) +; '(toolbar-visible-p nil) + ) (message "custom 1 . . .") (custom-set-faces '(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) +;(global-set-key "\C-xl" (function goto-line)) +;(global-set-key "\M-r" 'replace-string)