6.2.5.3 List of which files belong in which projects
Lisp variable: file-projects
Type: ((regexp string string) (regexp string string) ...)
Default value: nil
List describing which projects certain files belong in.
Each element is a list of three strings:
- a regular expression to match against the filename
- the project group name
- the project name
The first one to match is used.
If the group and the project are nil, the comments are not read from the file.
The functions on sidebrain-determine-project-hook are used first.