annotate .xemacs/custom.el @ 45:212da3fe3b19

make test 1 idempotent
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 05 Jul 2023 19:32:02 +0100
parents 4e1ecfa46bee
children 5818d79c4ec9
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)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 '(browse-url-new-window-flag nil t)
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)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
11 '(progress-feedback-use-echo-area t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12 '(toolbar-visible-p nil))
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
13 (message "custom 0 . . .")
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
14 (custom-set-variables
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
15 '(adaptive-fill-mode t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
16 ; '(bbdb-offer-save 'always)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
17 ; '(bbdb-quiet-about-name-mismatches 0)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
18 '(browse-url-firefox-new-window-is-tab t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
19 '(browse-url-new-window-flag nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
20 ; '(canlock-password "1b392767672e36dae4a8c9fbd67210839c8932aa")
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
21 '(frame-title-format "hst" t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
22 ; '(gnus-install-group-spam-parameters nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
23 ; '(gnus-use-toolbar nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
24 '(gutter-buffers-tab-visible-p nil)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
25 '(message-use-toolbar nil t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
26 '(modeline-3d-p t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
27 '(progress-feedback-use-echo-area t)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
28 ; '(toolbar-mail-reader 'gnus)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
29 ; '(toolbar-news-reader 'gnus)
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
30 '(toolbar-visible-p nil))
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
31 (message "custom 1 . . .")
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
32 (custom-set-faces
cf982df00cbd minimal hst preferred options
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
33 '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t))