(custom-set-variables '(paren-mode (quote sexp) nil (paren)) '(jde-compile-option-debug (quote ("all" (t nil nil)))) '(jde-global-classpath (quote ("./" "../"))) '(jde-jdk-doc-url "http://java.sun.com/j2se/1.3/docs/api/overview-summary.html") '(jde-compile-option-sourcepath (quote ("./" "../" "../.."))) '(jde-appletviewer-option-vm-args (quote ("-classpath"))) '(jde-enable-abbrev-mode t) '(jde-quote-classpath nil) '(jde-run-applet-viewer "appletviewer") '(jde-compile-option-deprecation t) '(jde-db-source-directories (quote ("." ".." "../.."))) '(jde-help-docsets (quote (("javadoc" "/usr/j2se/docs/api" nil))))) (custom-set-faces '(default ((t (:size "12pt" :family "Courier"))) t)) (setq minibuffer-max-depth nil) (setq inhibit-startup-message t) ;;(setq viper-mode t) ;;(require 'viper) (custom-set-faces ; only one 'custom-set-faces' entry must exist in custom.el '(default ((t (:foreground "#66FFFF" :background "black" :size "12pt" :family "Courier"))) t) '(cperl-array-face ((t (:foreground "orangered" :bold t)))) '(cperl-hash-face ((t (:foreground "Red" :bold t)))) '(cperl-nonoverridable-face ((t (:foreground "orange" :bold t)))) '(custom-button-face ((t (:bold t :foreground "#3fdfcf")))) '(custom-group-tag-face ((t (:underline t :foreground "blue")))) '(custom-saved-face ((t (:underline t :foreground "orange")))) '(custom-state-face ((t (:foreground "green3")))) '(custom-variable-button-face ((t (:bold t :underline t :foreground "grey")))) '(dired-face-permissions ((t (:foreground "green")))) '(font-latex-bold-face ((((class color) (background light)) (:bold t)))) '(font-latex-italic-face ((((class color) (background light)) (:italic t)))) '(font-latex-math-face ((((class color) (background light)) (:foreground "green3")))) '(font-latex-sedate-face ((((class color) (background light)) (:foreground "gold")))) '(font-lock-comment-face ((t (:foreground "#06989a" :background "black")))) '(font-lock-doc-string-face ((t (:foreground "gold")))) '(font-lock-function-name-face ((t (:foreground "blue" :bold t)))) '(font-lock-keyword-face ((t (:foreground "gold")))) '(font-lock-preprocessor-face ((t (:foreground "red" :bold t)))) '(font-lock-reference-face ((t (:foreground "orangered")))) '(font-lock-string-face ((t (:foreground "green3" :background "black")))) '(font-lock-type-face ((t (:foreground "#886fff" :bold t)))) '(font-lock-variable-name-face ((t (:foreground "yellow" :bold t)))) '(font-lock-warning-face ((t (:foreground "Violetred" :bold t)))) '(highlight ((t (:foreground "orange" :background "black"))) t) '(isearch ((t (:foreground "red" :background "black"))) t) '(list-mode-item-selected ((t (:foreground "green" :background "black"))) t) '(message-cited-text ((t (:bold t :italic nil)))) '(secondary-selection ((t (:foreground "grey" :background "red"))) t) '(text-cursor ((t (:foreground "black" :background "green"))) t) '(zmacs-region ((t (:background "RoyalBlue"))) t) )