;;; Local customization file for emacs under HP-UX at Iowa State ;;; by Gary T. Leavens ;;; ;;; Last update $Date: 2001/08/21 18:34:41 $ ;;; Emacs diary (appointment book) and calendar, which uses the file ~/diary ;;; ; currently I don't use this, but uncommenting it works. ;(add-hook 'diary-hook 'appt-make-list) ;(diary) ;;; make the command M-x chez available in inferior-scheme-mode (add-hook 'inferior-scheme-mode-hook (function (lambda () (fset 'chez "(load \"~/src/scheme/chez-compat.scm\")") ))) ;;; My mailbox for reading RMAIL ;;; ; (setq rmail-primary-inbox-list (cons "~/Mail/inbox" nil))