;;; Local customization file for emacs under HP-UX at Iowa State ;;; by Gary T. Leavens ;;; ;;; Last update $Date: 2000/09/13 16:05:25 $ ; turn off C-s and C-q on the following terminal types (see ~/emacs/term.old/*.el) ; (enable-flow-control-on "vt100" "vt102") ;;; 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))