; cust.settings.el ; personal M-x customize settings ; for xemacs typing-replaces selection, but emacs doesn't like it ; '(pending-delete-mode t nil (pending-del)) (custom-set-variables '(compilation-scroll-output t) '(truncate-lines t) '(blink-matching-paren t) '(gc-cons-threshold 20000000) '(bell-volume 0) '(font-lock-maximum-size 400000) '(blink-cursor nil) '(truncate-partial-width-windows t) '(standard-indent 2) '(load-home-init-file t t) '(indent-tabs-mode nil) '(custom-file "~/elisp/cust.settings.el") '(global-font-lock-mode t nil (font-lock)) '(efs-use-passive-mode t)) (custom-set-faces '(default ((t (:foreground "White" :background "#00000000a000" :size "14pt")))) '(custom-variable-tag-face ((((class color) (background light)) (:foreground "white" :underline t)))) '(font-lock-operator-face ((t (:bold t :foreground "#e0000000b000")))) '(gnus-header-name-face ((((class color) (background dark)) (:foreground "#ff00ff")))) '(font-lock-paren-ovl-face ((t (:background "#80000000f000")))) '(font-lock-tabs-face ((t (:bold t :background "#000000009000")))) '(list-mode-item-selected ((t (:background "black"))) t) '(modeline-mousable-minor-mode ((t (:foreground "white" :background "#60000000a000"))) t) '(font-lock-comment-face ((t (:italic t :foreground "#b000c000a000")))) '(font-lock-reference-face ((((class color) (background light)) (:italic t)))) '(font-lock-string-face ((t (:foreground "Yellow")))) '(custom-group-tag-face ((((class color) (background light)) (:foreground "gray" :underline t)))) '(region ((t (:background "#00000000f000")))) '(font-lock-octal-face ((t (:bold t :foreground "#ffff40000000")))) '(widget-inactive-face ((((class grayscale color) (background light)) (:foreground "darkgray")))) '(gnus-header-content-face ((((class color) (background dark)) (:foreground "white")))) '(font-lock-keyword-face ((t (:foreground "#6000ffff7000")))) '(fringe ((((class color) (background dark)) (:background "#000000007000")))) '(isearch ((t (:background "black"))) t) '(custom-state-face ((((class color) (background light)) (:foreground "gray")))) '(red ((t (:foreground "red" :bold t))) t) '(primary-selection ((t (:background "black"))) t) '(font-lock-trailing-ws-face ((t (:background "#000000008000")))) '(font-lock-warning-face ((t (:bold t :foreground "#ffff80008000")))) '(font-lock-constant-face ((t (:bold t :foreground "#ffff80000000")))) '(widget-field-face ((((class grayscale color) (background light)) (:background "#000000006000")))) '(modeline-buffer-id ((t (:foreground "white" :background "#60000000a000"))) t) '(font-lock-preprocessor-face ((t (:foreground "#ffff8000ffff")))) '(font-lock-shell-cmd-args-face ((t (:foreground "White")))) '(zmacs-region ((t (:background "#000000008fff"))) t) '(font-lock-type-face ((t (:foreground "#6000ffff7000")))) '(message-header-name-face ((((class color) (background dark)) (:foreground "#ff00ff")))) '(font-lock-shell-prompt-face ((t (:foreground "White")))) '(highlighted-tabs ((t (:background "#00008fff0000")))) '(modeline ((t (:foreground "White" :background "#60000000a000")))) '(highlight ((t (:background "black")))) '(show-paren-match-face ((((class color)) (:background "black")))) '(italic ((t (:italic t)))) '(message-header-subject-face ((((class color) (background dark)) (:foreground "white")))) '(font-lock-variable-name-face ((t (:foreground "White")))) '(vhdl-font-lock-prompt-face ((((class color) (background light)) (:foreground "White" :background "Black")))) '(font-lock-doc-string-face ((((class color) (background light)) (:foreground "Yellow")))) '(font-lock-function-name-face ((t (:italic t :foreground "White")))) '(bold-italic ((t (:bold t :italic t)))) '(widget-documentation-face ((((class color) (background light)) (:foreground "gray")))) '(message-separator-face ((t (:foreground "white")))) '(secondary-selection ((t (:background "black")))) '(text-cursor ((t (:foreground "Blue" :background "White"))) t) '(bold ((t (:bold t)))) '(message-header-other-face ((((class color) (background dark)) (:foreground "white")))) '(modeline-mousable ((t (:foreground "white" :background "#60000000a000"))) t) '(message-cited-text-face ((((class color) (background dark)) (:italic t :foreground "yellow")))))