# move this file to .emacs in your home directory # If necessary replace "-dchase-001" with "-dchase-mailroom" # Remove this and the previous two lines (toggle-global-lazy-font-lock-mode) (require 'auctex) (require 'ess-site) ;(require 'S-start) (setq lpr-command "lp") (add-to-list 'lpr-switches "-dchase-001") (ps-setup) (progn (add-hook 'tex-mode-hook 'turn-on-font-lock) t) (custom-set-variables) (custom-set-faces '(font-lock-string-face ((((class color) (background light)) (:foreground "red")))) '(fg:RosyBrown ((t (:foreground "Brown"))) t) '(font-lock-builtin-face ((((class color) (background light)) (:foreground "darkblue")))))