Next: , Previous: done-comment-pattern, Up: Comment control



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:

  1. a regular expression to match against the filename
  2. the project group name
  3. 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.
SourceForge.net Logo