diff .emacs @ 28:260deb14fbc8

Add textmate-find-in-project.
author Augie Fackler <durin42@gmail.com>
date Tue, 30 Dec 2008 16:11:32 -0600
parents 614a83a1c5dd
children dc1c584707e6
line wrap: on
line diff
--- a/.emacs
+++ b/.emacs
@@ -116,3 +116,4 @@ point."
 (global-set-key "\C-h" 'backward-delete-char-untabify)
 ; M-t is what I want for the textmate file finding
 (global-set-key [(meta t)] 'textmate-goto-file)
+(global-set-key [(meta shift f)] 'textmate-find-in-project-type)