Mercurial > hg > cc > cirrus_work
comparison .xemacs/custom.el @ 154:5d30cd8c6254
fix typo
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 11 Oct 2023 12:50:29 +0100 |
parents | 9c63ff510cc9 |
children | 9d748ef46335 |
comparison
equal
deleted
inserted
replaced
153:58df6981269e | 154:5d30cd8c6254 |
---|---|
27 ; '(message-use-toolbar nil t) | 27 ; '(message-use-toolbar nil t) |
28 ; '(modeline-3d-p t) | 28 ; '(modeline-3d-p t) |
29 ; '(progress-feedback-use-echo-area t) | 29 ; '(progress-feedback-use-echo-area t) |
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 (message "custom 1 . . .") | 34 (message "custom 1 . . .") |
34 (custom-set-faces | 35 (custom-set-faces |
35 '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) | 36 '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t)) |
36 (message "custom 2...") | 37 (message "custom 2...") |
37 (global-set-key "\C-xl" (function goto-line)) | 38 ;(global-set-key "\C-xl" (function goto-line)) |
38 (global-set-key "\M-r" 'replace-string) | 39 ;(global-set-key "\M-r" 'replace-string) |