mattfidler / nsis-mode

NSIS mode for editing NSIS files
10 stars 7 forks source link

NSIS-mode

Matthew L. Fidler

Library Information

nsis-mode.el --- NSIS-mode

Possible Dependencies

None

A major mode for editing nsis files

Installation

If you're using use-package you can add this to your init file:

(use-package nsis-mode)

That's all!

Else you can install nsis-mode from Melpa via M-x package-install, 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))

History