(custom-set-variables '(delete-key-deletes-forward t) '(c-indent-comments-syntactically-p t) '(tab-width 2) '(c-default-style "K&R") '(user-mail-address "root@www.cryptnet1.net" t) '(query-user-mail-address nil) '(indent-tabs-mode nil)) (custom-set-faces '(default ((t (:foreground "gray80"))) t) '(font-lock-string-face ((t (:foreground "LightSeaGreen"))) t) '(font-lock-reference-face ((t (:foreground "pink2"))) t) '(font-lock-preprocessor-face ((t (:underline t :foreground "cyan"))) t) '(font-lock-variable-name-face ((t (:foreground "#FFB0FF"))) t) '(custom-state-face ((((class color) (background light)) (:foreground "midnightblue")))) '(font-lock-type-face ((t (:foreground "#FFFFA0"))) t) '(font-lock-comment-face ((t (:foreground "green"))) t) '(font-lock-function-name-face ((t (:foreground "CornFlowerBlue"))) t)) ;; Options Menu Settings ;; ===================== (cond ((and (string-match "XEmacs" emacs-version) (boundp 'emacs-major-version) (or (and (= emacs-major-version 19) (>= emacs-minor-version 14)) (= emacs-major-version 20)) (fboundp 'load-options-file)) (load-options-file "/root/.xemacs-options"))) ;; ============================ ;; End of Options Menu Settings (setq minibuffer-max-depth nil) (set-face-background 'default "gray20") ; frame background