Broaden +emacs-lisp-ert-mode :match detection

This commit is contained in:
Henrik Lissner 2017-06-19 12:51:11 +02:00
parent 9700b6f419
commit 702b518431
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -81,4 +81,4 @@
(def-project-mode! +emacs-lisp-ert-mode
:modes (emacs-lisp-mode)
:match "/test-.+\\.el$")
:match "/test[/-].+\\.el$")