Skip to content

emacs mode for editing magical-ii scripts for varian / agilent vnmrj

Notifications You must be signed in to change notification settings

tesch1/magical-ii-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

magical-ii-mode

emacs mode for editing magical-ii scripts for varian / agilent vnmrj

install

to install this mode into your emacsen, and have it automatically pick up all files wiht a /maclib/ in their path, add the following to your favorite initialization file:

(autoload 'magicalii-mode "...path/to/magicalii-mode.el" t)
(add-to-list 'auto-mode-alist 
  '(".*/maclib/*." . magicalii-mode))

and copy the magicalii-mode.el somewhere convenient (~/.xemacs/)