;;$Id: .emacs.in,v 1.2 1998/11/23 01:33:41 stefan Exp $ ;;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ;;@@@@@@@@@ Stefan's Settings @@@@@@@@@@@@@@@@@@@@@ ;;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ;; (custom-set-variables '(paren-mode (quote paren) nil (paren)) '(user-mail-address "stefan@sime.com" t) '(query-user-mail-address nil) '(font-lock-mode t nil (font-lock))) (custom-set-faces '(default ((t (:size "12pt" :family "Clean"))) t) '(font-lock-comment-face ((((class color) (background dark)) (:foreground "gray80")))) '(holiday-face ((((class color)) (:background "BlanchedAlmond"))) t) '(modeline ((t (:bold nil :inverse-video t :foreground "DarkRed" :background "White"))) t)) (setq calendar-week-start-day 1) (setq cal-tex-holidays t) (setq european-calendat-style 't) (set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) 0) (display-time) (add-hook 'diary-hook 'appt-make-list) (diary 0) (setq ange-ftp-generate-anonymous-password "stefan@sime.com") (setq line-number-mode t) (setq column-number-mode t) (setq auto-compression-mode t) (display-time)