not writing a commit message.

This commit is contained in:
Ivan Malison 2014-10-27 21:24:34 -07:00
parent c46c2aa8f5
commit a7d48a2613

View File

@ -161,7 +161,8 @@ Return a list of installed packages or nil for every package not installed."
:exclude-paths ("build" "target" ".ensime_cache" ".git"))
("tox project"
:root-contains-files ("tox.ini")
:filename-regex ,(regexify-ext-list '(py)))
:filename-regex ,(regexify-ext-list '(py rst))
:exclude-paths ("*.egg*" "build" ".tox" ".git"))
(".emacs.d project"
:root-contains-files ("init.el")
:filename-regex ,(regexify-ext-list '(el))