comparison .xemacs/custom.el @ 10:cf982df00cbd

minimal hst preferred options
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 23 Jul 2022 11:50:46 +0100
parents
children 4e1ecfa46bee
comparison
equal deleted inserted replaced
9:05820245a047 10:cf982df00cbd
1 (custom-set-variables
2 '(adaptive-fill-mode t)
3 '(browse-url-firefox-new-window-is-tab t)
4 '(browse-url-new-window-flag nil t)
5 '(ediff-coding-system-for-write (quote escape-quoted))
6 '(frame-title-format "hst" t)
7 '(gutter-buffers-tab-visible-p nil)
8 '(message-use-toolbar nil t)
9 '(modeline-3d-p t)
10 '(progress-feedback-use-echo-area t)
11 '(toolbar-visible-p nil))
12 (message "custom 0 . . .")
13 (custom-set-variables
14 '(adaptive-fill-mode t)
15 ; '(bbdb-offer-save 'always)
16 ; '(bbdb-quiet-about-name-mismatches 0)
17 '(browse-url-firefox-new-window-is-tab t)
18 '(browse-url-new-window-flag nil)
19 ; '(canlock-password "1b392767672e36dae4a8c9fbd67210839c8932aa")
20 '(frame-title-format "hst" t)
21 ; '(gnus-install-group-spam-parameters nil)
22 ; '(gnus-use-toolbar nil)
23 '(gutter-buffers-tab-visible-p nil)
24 '(message-use-toolbar nil t)
25 '(modeline-3d-p t)
26 '(progress-feedback-use-echo-area t)
27 ; '(toolbar-mail-reader 'gnus)
28 ; '(toolbar-news-reader 'gnus)
29 '(toolbar-visible-p nil))
30 (message "custom 1 . . .")
31 (custom-set-faces
32 '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t))