;;(debug-on-entry 'efs-ftp-path)

;;(require 'efs)
;;(require 'tramp)

(custom-set-variables
 '(package-get-remove-copy nil)
 '(remote-compile-prompt-for-user t)
 '(cperl-electric-parens t)
 '(paren-mode (quote blink-paren) nil (paren))
 '(remote-compile-user "tcon")
 '(tramp-remote-path (quote ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin" "/usr/physics/bin")))
 '(delete-key-deletes-forward t)
 '(cperl-electric-keywords t)
 '(widget-mouse-face (quote highlight))
 '(cperl-electric-linefeed t)
 '(column-number-mode t)
 '(gnuserv-program (concat exec-directory "/gnuserv"))
 '(remote-compile-host "hera")
 '(package-get-always-update t)
 '(focus-follows-mouse t)
 '(tramp-debug-buffer t)
 '(bkup-backup-directory-info (quote ((t "/home/tconnors/xemacs-backups/" ok-create full-path))) nil (backup-dir))
 '(tramp-default-method "sm" t)
 '(remote-compile-prompt-for-host t)
 '(package-get-require-signed-base-updates nil)
 '(line-number-mode t)
 '(search-highlight t)
 '(c-basic-offset 4)
 '(frame-background-mode (quote dark))
 '(desktop-files-not-to-save "thisfileisnonsense")
 '(ispell-highlight-face (quote modeline))
 '(tramp-auto-save-directory "~/.trampautosave")
 '(cperl-hairy t)
 '(blink-cursor-mode t nil (blink-cursor))
 '(user-mail-address "tcon@nospam.physics.usyd.edu.au")
 '(query-user-mail-address nil)
 '(indent-tabs-mode nil)
 '(font-lock-mode t nil (font-lock)))
(custom-set-faces
 '(default ((t (:foreground "lightblue" :size "14pt" :family nil))) t)
 '(paren-face-match ((((class color)) (:foreground "#333333" :background "turquoise"))))
 '(widget-field-face ((((class grayscale color) (background light)) (:background "blue"))))
 '(font-lock-string-face ((((class color) (background light)) (:foreground "green"))))
 '(font-lock-reference-face ((((class color) (background light)) (:foreground "lightcoral"))))
 '(font-lock-doc-string-face ((((class color) (background light)) (:foreground "green"))))
 '(font-lock-preprocessor-face ((((class color) (background light)) (:foreground "blue1"))))
 '(custom-comment-face ((((class grayscale color) (background light)) (:foreground "darkgreen" :background "dark grey"))))
 '(font-lock-variable-name-face ((((class color) (background light)) (:foreground "magenta"))))
 '(font-latex-bold-face ((((class color) (background light)) (:foreground "DarkSeaGreen" :bold t))))
 '(toolbar ((t (:foreground "white" :background "Gray80"))) t)
 '(font-lock-keyword-face ((((class color) (background light)) (:foreground "red"))))
 '(font-lock-type-face ((((class color) (background light)) (:foreground "steelblue"))))
 '(font-latex-math-face ((((class color) (background light)) (:foreground "BlanchedAlmond"))))
 '(font-lock-comment-face ((((class color) (background light)) (:foreground "lightblue4" :bold nil))))
 '(font-lock-function-name-face ((((class color) (background light)) (:foreground "SandyBrown"))))
 '(highlight ((t (:foreground "white" :background "seagreen"))) t)
 '(modeline ((t (:foreground "green" :background "dark slate grey"))) t))


