nsis-mode

Homepage: http://github.com/mlf176f2/nsis-mode

Author: Matthew L. Fidler

Updated:

Summary

NSIS-mode

Commentary

A major mode for editing nsis files

* Installation

Put nsis-mode on your load-path, then add the following to your Emacs:

 (autoload 'nsis-mode "nsis-mode" "NSIS mode" t)

 (setq auto-mode-alist (append '(("\\.[Nn][Ss][HhIi]\\'" .
                                  nsis-mode)) auto-mode-alist))

Dependencies