Skip to content

Instantly share code, notes, and snippets.

@danp
Created January 28, 2015 15:19
Show Gist options
  • Save danp/eeeb9df00515a7a662a8 to your computer and use it in GitHub Desktop.
Save danp/eeeb9df00515a7a662a8 to your computer and use it in GitHub Desktop.
(require 'find-file-in-project)
(setq-default ffip-project-file '(".git" "Rakefile" "Gemfile" "Godeps"))
(setq-default ffip-patterns '("*"))
(setq-default ffip-prune-patterns '("Godeps"))
(setq-default ffip-limit 10000000)
(global-set-key (kbd "s-t") 'find-file-in-project)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment