Add emacs-ert-mode + ert test defuns

This commit is contained in:
Henrik Lissner 2016-03-03 01:34:41 -05:00
parent 0900c9b7fb
commit 272993c4b3
4 changed files with 56 additions and 1 deletions

View file

@ -34,6 +34,7 @@
("\\.c$" "__.c" c-mode)
;; Elisp
("-test\\.el$" "__" emacs-ert-mode)
("\\.emacs\\.d/.+\\.el$" "__initfile" emacs-lisp-mode)
("\\.emacs\\.d/private/\\(snippets\\|templates\\)/.+$" "__" snippet-mode)