(custom-set-variables
 '(pending-delete-mode t nil (pending-del))
 '(user-mail-address "tfowler@cs.toronto.edu")
 '(query-user-mail-address nil))
(custom-set-faces
 '(default ((t (:foreground "white" :background "black" :size "12" :family "courier"))) t)
 '(text-cursor ((t (:foreground "black" :background "green"))) t)
 '(secondary-selection ((t (:foreground "white" :background "red"))) t)
 '(cperl-nonoverridable-face ((t (:foreground "orange" :bold t))))
 '(cperl-array-face ((t (:foreground "orangered" :bold t))))
 '(font-lock-string-face ((t (:foreground "green3"))))
 '(dired-face-permissions ((t (:foreground "green"))))
 '(font-lock-reference-face ((t (:foreground "orangered"))))
 '(custom-group-tag-face ((t (:underline t :foreground "blue"))))
 '(cperl-hash-face ((t (:foreground "Red" :bold t))))
 '(font-lock-doc-string-face ((t (:foreground "Wheat3"))))
 '(font-lock-preprocessor-face ((t (:foreground "red" :bold t))))
 '(font-lock-variable-name-face ((t (:foreground "yellow" :bold t))))
 '(font-latex-bold-face ((((class color) (background light)) (:bold t))))
 '(custom-state-face ((t (:foreground "green3"))))
 '(font-lock-warning-face ((t (:foreground "Violetred" :bold t))))
 '(font-lock-keyword-face ((t (:foreground "gold"))))
 '(custom-saved-face ((t (:underline t :foreground "orange"))))
 '(font-lock-type-face ((t (:foreground "#886fff" :bold t))))
 '(message-cited-text ((t (:bold t :italic nil))))
 '(font-latex-italic-face ((((class color) (background light)) (:italic t))))
 '(font-latex-math-face ((((class color) (background light)) (:foreground "green3"))))
 '(custom-button-face ((t (:bold t :foreground "#3fdfcf"))))
 '(list-mode-item-selected ((t (:foreground "green"))) t)
 '(custom-variable-button-face ((t (:bold t :underline t :foreground "white"))))
 '(font-lock-comment-face ((t (:foreground "orange3"))))
 '(font-latex-sedate-face ((((class color) (background light)) (:foreground "gold"))))
 '(font-lock-function-name-face ((t (:foreground "blue" :bold t))))
 '(isearch ((t (:foreground "red" :background "white"))) t)
 '(highlight ((t (:foreground "red3" :background "white"))) t)
 '(zmacs-region ((t (:background "RoyalBlue"))) t))
