Mercurial > dotfiles
comparison .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 |
comparison
equal
deleted
inserted
replaced
27:614a83a1c5dd | 28:260deb14fbc8 |
---|---|
114 (global-set-key "\M-l" 'goto-line) | 114 (global-set-key "\M-l" 'goto-line) |
115 ; Sometimes C-h is what Backspace sends in a terminal, and I never use C-h | 115 ; Sometimes C-h is what Backspace sends in a terminal, and I never use C-h |
116 (global-set-key "\C-h" 'backward-delete-char-untabify) | 116 (global-set-key "\C-h" 'backward-delete-char-untabify) |
117 ; M-t is what I want for the textmate file finding | 117 ; M-t is what I want for the textmate file finding |
118 (global-set-key [(meta t)] 'textmate-goto-file) | 118 (global-set-key [(meta t)] 'textmate-goto-file) |
119 (global-set-key [(meta shift f)] 'textmate-find-in-project-type) |