annotate .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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 (custom-set-variables
14
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 10
diff changeset
2 '(py-indent-offset 2)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 '(adaptive-fill-mode t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 '(browse-url-firefox-new-window-is-tab t)
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
5 ; '(browse-url-new-window-flag nil t)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 '(ediff-coding-system-for-write (quote escape-quoted))
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7 '(frame-title-format "hst" t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 '(gutter-buffers-tab-visible-p nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9 '(message-use-toolbar nil t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 '(modeline-3d-p t)
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
11 '(line-number-mode t)
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
12 '(column-number-mode t)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13 '(progress-feedback-use-echo-area t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14 '(toolbar-visible-p nil))
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
15 (message "custom 0 . . .")
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
16 (custom-set-variables
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
17 ; '(adaptive-fill-mode t)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
18 ; '(bbdb-offer-save 'always)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
19 ; '(bbdb-quiet-about-name-mismatches 0)
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
20 ; '(browse-url-firefox-new-window-is-tab t)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
21 '(browse-url-new-window-flag nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
22 ; '(canlock-password "1b392767672e36dae4a8c9fbd67210839c8932aa")
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
23 ; '(frame-title-format "hst" t)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
24 ; '(gnus-install-group-spam-parameters nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
25 ; '(gnus-use-toolbar nil)
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
26 ; '(gutter-buffers-tab-visible-p nil)
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
27 ; '(message-use-toolbar nil t)
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
28 ; '(modeline-3d-p t)
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
29 ; '(progress-feedback-use-echo-area t)
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
30 ; '(toolbar-mail-reader 'gnus)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
31 ; '(toolbar-news-reader 'gnus)
154
5d30cd8c6254 fix typo
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 127
diff changeset
32 ; '(toolbar-visible-p nil)
5d30cd8c6254 fix typo
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 127
diff changeset
33 )
10
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
34 (message "custom 1 . . .")
251
5fd61d2633c4 tweak XEmacs font/key bindings
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 236
diff changeset
35 (custom-set-faces
5fd61d2633c4 tweak XEmacs font/key bindings
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 236
diff changeset
36 '(default ((t (:size "10pt" :family "Lucidatypewriter"))) t))
114
5818d79c4ec9 a few more from ecclerig,
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 14
diff changeset
37 (message "custom 2...")
251
5fd61d2633c4 tweak XEmacs font/key bindings
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 236
diff changeset
38 (global-set-key "\C-xl" (function goto-line))
5fd61d2633c4 tweak XEmacs font/key bindings
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 236
diff changeset
39 (global-set-key "\M-r" 'replace-string)
236
9d748ef46335 font hacking, see also lib/xemacs/common-init.el
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 154
diff changeset
40
9d748ef46335 font hacking, see also lib/xemacs/common-init.el
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 154
diff changeset
41