comparison .elisp/textmate.el @ 25:c7ff220bba9f

Bad merge on my end.
author Augie Fackler <durin42@gmail.com>
date Tue, 16 Dec 2008 16:10:40 -0600
parents d6fd2964258c
children 260deb14fbc8
comparison
equal deleted inserted replaced
24:d6fd2964258c 25:c7ff220bba9f
94 (textmate-goto-file 94 (textmate-goto-file
95 ,(kbd "A-t") [(meta t)]) 95 ,(kbd "A-t") [(meta t)])
96 (textmate-goto-symbol 96 (textmate-goto-symbol
97 ,(kbd "A-T") [(meta T)]) 97 ,(kbd "A-T") [(meta T)])
98 (textmate-toggle-camel-case 98 (textmate-toggle-camel-case
99 ,(kbd "C-_") [(control _)))) 99 ,(kbd "C-_") [(control _)])))
100 100
101 (defvar *textmate-project-root-p* 101 (defvar *textmate-project-root-p*
102 #'(lambda (coll) (or (member ".git" coll) 102 #'(lambda (coll) (or (member ".git" coll)
103 (member ".hg" coll) 103 (member ".hg" coll)
104 )) 104 ))