# HG changeset patch # User Henry S. Thompson # Date 1658573446 -3600 # Node ID cf982df00cbd1923010584d140421e1dd88aa547 # Parent 05820245a047d2490887f87c9c3ed387956e71d7 minimal hst preferred options diff -r 05820245a047 -r cf982df00cbd .xemacs/custom.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.xemacs/custom.el Sat Jul 23 11:50:46 2022 +0100 @@ -0,0 +1,32 @@ +(custom-set-variables + '(adaptive-fill-mode t) + '(browse-url-firefox-new-window-is-tab t) + '(browse-url-new-window-flag nil t) + '(ediff-coding-system-for-write (quote escape-quoted)) + '(frame-title-format "hst" t) + '(gutter-buffers-tab-visible-p nil) + '(message-use-toolbar nil t) + '(modeline-3d-p t) + '(progress-feedback-use-echo-area t) + '(toolbar-visible-p nil)) +(message "custom 0 . . .") +(custom-set-variables + '(adaptive-fill-mode t) +; '(bbdb-offer-save 'always) +; '(bbdb-quiet-about-name-mismatches 0) + '(browse-url-firefox-new-window-is-tab t) + '(browse-url-new-window-flag nil) +; '(canlock-password "1b392767672e36dae4a8c9fbd67210839c8932aa") + '(frame-title-format "hst" t) +; '(gnus-install-group-spam-parameters nil) +; '(gnus-use-toolbar nil) + '(gutter-buffers-tab-visible-p nil) + '(message-use-toolbar nil t) + '(modeline-3d-p t) + '(progress-feedback-use-echo-area t) +; '(toolbar-mail-reader 'gnus) +; '(toolbar-news-reader 'gnus) + '(toolbar-visible-p nil)) +(message "custom 1 . . .") +(custom-set-faces + '(default ((t (:size "12pt" :family "Lucidatypewriter"))) t))