Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created May 11, 2010 23:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelcambre/398029 to your computer and use it in GitHub Desktop.
Save adelcambre/398029 to your computer and use it in GitHub Desktop.
(defun open (project) (interactive (list (read-directory-name "Peepopen for project: " "~/code/")))
(flet ((textmate-project-root () (file-truename project)))
(peepopen-goto-file-gui)))
(global-set-key [(meta ?o)] 'open)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment