comparison .xemacs/custom.el @ 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 9d748ef46335
children
comparison
equal deleted inserted replaced
250:417103100fd0 251:5fd61d2633c4
30 ; '(toolbar-mail-reader 'gnus) 30 ; '(toolbar-mail-reader 'gnus)
31 ; '(toolbar-news-reader 'gnus) 31 ; '(toolbar-news-reader 'gnus)
32 ; '(toolbar-visible-p nil) 32 ; '(toolbar-visible-p nil)
33 ) 33 )
34 (message "custom 1 . . .") 34 (message "custom 1 . . .")
35 ;'(custom-set-faces 35 (custom-set-faces
36 ;'(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) 36 '(default ((t (:size "10pt" :family "Lucidatypewriter"))) t))
37 (message "custom 2...") 37 (message "custom 2...")
38 ;(global-set-key "\C-xl" (function goto-line)) 38 (global-set-key "\C-xl" (function goto-line))
39 ;(global-set-key "\M-r" 'replace-string) 39 (global-set-key "\M-r" 'replace-string)
40 40
41 41