SCM Repository
[smlnj] / sml / trunk / sml-mode / sml-mode-startup.el |
View of /sml/trunk/sml-mode/sml-mode-startup.el
Parent Directory
|
Revision Log
Revision 319 -
(download)
(annotate)
Mon Jun 7 22:47:00 1999 UTC (21 years, 7 months ago) by monnier
File size: 620 byte(s)
Mon Jun 7 22:47:00 1999 UTC (21 years, 7 months ago) by monnier
File size: 620 byte(s)
First seemingly acceptable new code.
;;; ;;; sample autoload entries for your site-lisp/site-start.el file ;;; ;;#ident "@(#)$Name$:$Id$" ;; don't forget to add the directory to your load-path (setq load-path (cons "@elcdir@" load-path)) ;; make sure the mode is loaded when necessary (setq auto-mode-alist (cons '("\\.s\\(ml\\|ig\\)\\'" . sml-mode) auto-mode-alist)) (autoload 'sml-mode "sml-mode" "Major mode for editing SML." t) (autoload 'run-sml "sml-proc" "Run an inferior SML process" t) ;; put this also if you feel like it (for SML/NJ's compilation manager) (setq completion-ignored-extensions (cons "CM/" completion-ignored-extensions))
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |