not writing a commit message.
This commit is contained in:
parent
c46c2aa8f5
commit
a7d48a2613
3
init.el
3
init.el
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user