charmm-mode.el --- Major mode for editing Charmm scripts with emacs
Includes color highlighting and other extras
Comments, suggestions:
Juan Roberto Perilla (jrperillaj _at_ jhu.edu)
Oliver Beckstein (orbeckst _at_ jhmi.edu)
the script can be downloaded from:
Charmm-mode ===>
http://gonzo.med.jhmi.edu/download/charmm-mode.el;; ------------------------------------------------------------
;; INSTALL
;; ------------------------------------------------------------
;; (1) Either copy this file into your site-lisp preferred directory,
;; then add the following lines to you .emacs file:
;;
;;;; (autoload 'charmm-mode "charmm-mode" "Charmm input files" t)
;;;; (setq auto-mode-alist (cons '("\\.inp\\'\\|\\.str\\'\\|\\.charmm\\'" . charmm-mode) auto-mode-alist))
;;
;; (2) or put it somewhere else, eg save it as '~/.emacs.d/charmm-mode.el'. Then use in .emacs:
;;
;;;; (autoload 'charmm-mode "~/.emacs.d/charmm-mode.el" "Charmm input files" t)
;;;; (setq auto-mode-alist (cons '("\\.inp\\'\\|\\.str\\'\\|\\.charmm\\'" . charmm-mode) auto-mode-alist))
;;
;;
Questions suggestions can be sent directly to the authors.
Happy scripting !
