mattfidler / nsis-mode

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

Combine multiple auto-mode-alist entries into one entry. #7

Closed madscientist closed 5 years ago

madscientist commented 5 years ago

We can combine the auto-mode-alist entries for nsis-mode into a single entry by extending the class entry for the final letter, and simplify the matching regex by using \' instead of $ and removing the grouping.

Update all the various documentation files to suggest using use-package or, at least, installing via the Emacs package manager instead of by hand.