el-get/recipes/ntcmd.rcp

8 lines
312 B
Plaintext
Raw Permalink Normal View History

(:name ntcmd
:type emacswiki
:description "major mode for editing cmd scripts"
:load-path "."
:prepare (progn
(add-to-list 'auto-mode-alist '("\\.[bB][Aa][Tt]\\'" . ntcmd-mode))
(add-to-list 'auto-mode-alist '("\\.[Cc][Mm][Dd]\\'" . ntcmd-mode))))