(setq load-path (cons (concat (getenv "HOME") "/emacs") (cons "/home/users2/sml/emacs" (cons "/home/users2/sml/contrib/emacs" load-path) ))) (setq explicit-sml-file-name "/home/users2/sml/bin/sml") (autoload 'cmusml "cmusml" "Run an inferior sml process." t) (load-library "comint") ;;(load-library "x-mouse") (load-library "xmouse-keys") (load-library "simple-sml-mode") ; Files ending in ".sml" are ML source, so put their buffers in ml-mode. (setq auto-mode-alist (cons '("\\.sml$" . simple-sml-mode) auto-mode-alist))