comparison .xemacs/custom.el @ 127:9c63ff510cc9

x
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 28 Sep 2023 16:09:38 +0100
parents 5818d79c4ec9
children 5d30cd8c6254
comparison
equal deleted inserted replaced
126:1eb6cd49452d 127:9c63ff510cc9
33 (message "custom 1 . . .") 33 (message "custom 1 . . .")
34 (custom-set-faces 34 (custom-set-faces
35 '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) 35 '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t))
36 (message "custom 2...") 36 (message "custom 2...")
37 (global-set-key "\C-xl" (function goto-line)) 37 (global-set-key "\C-xl" (function goto-line))
38 (global-set-key "\M-r" 'replace-string)