
(X)Emacs major modes for editing files related to the dtools package
and CMOS VLSI in general.

infile-mode.el
	mode for editing .in files
	This represents one of my first attempts at writing an emacs mode,
	and leans heavily on some other modes I copied stuff from.
	Experienced elisp/mode hackers wanted - inquire within.

spice-mode.el
	mode for editing spice decks, .loads files, and .cmd files


;; Put these files in your emacs load-path so emacs can find it; either in
;; the dedicated xemacs/site-lisp directory or in a private emacs lisp
;; directory.  To add a directory to the load-path, 
;; add somthing like this to your .emacs:
;; (setq load-path (cons "/home/msl/tell/lib/elisp" load-path))


;; You may wish to add something like the following to your ~/.emacs file:
;; (autoload 'spice-mode "spice-mode" nil t)        
;; (setq auto-mode-alist (cons '("\\.sp$"  . spice-mode) auto-mode-alist))
;; This will make spice-mode activate automaticaly on files which end with .sp

Experienced elisp/mode hackers wanted - inquire within.
Steve Tell
tell@cs.unc.edu
