Skip to content

Commit

Permalink
respect .emacs-project as project root candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper authored and defunkt committed Jul 26, 2010
1 parent 0360f08 commit 92e2201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textmate.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"Regexp of files to exclude from `textmate-goto-file'.")

(defvar *textmate-project-roots*
'(".git" ".hg" "Rakefile" "Makefile" "README" "build.xml")
'(".git" ".hg" "Rakefile" "Makefile" "README" "build.xml" ".emacs-project")
"The presence of any file/directory in this list indicates a project root.")

(defvar textmate-use-file-cache t
Expand Down

0 comments on commit 92e2201

Please sign in to comment.