<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>vendor/objc-c-mode.el</filename>
    </added>
    <added>
      <filename>vendor/yasnippet.el/snippets/text-mode/objc-mode/pragma</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@
 (global-set-key (kbd &quot;C-x \\&quot;) 'align-regexp)
 
 ;; Completion that uses many different methods to find options.
-(global-set-key (kbd &quot;M-/&quot;) 'dabbrev-expand)
+(global-set-key (kbd &quot;M-=&quot;) 'dabbrev-expand)
 
 ;; Perform general cleanup.
 (global-set-key (kbd &quot;C-c n&quot;) 'cleanup-buffer)</diff>
      <filename>starter-kit-bindings.el</filename>
    </modified>
    <modified>
      <diff>@@ -69,7 +69,7 @@
 (add-to-list 'auto-mode-alist '(&quot;\\.sake\\'&quot; . ruby-mode))
 
 ;; XCODE
-(require 'cc-mode)
+(require 'objc-c-mode)
 (require 'xcode)
 (define-key objc-mode-map [(meta r)] 'xcode-compile)
 (define-key objc-mode-map [(meta K)] 'xcode-clean)</diff>
      <filename>topfunky.el</filename>
    </modified>
    <modified>
      <diff>@@ -74,7 +74,7 @@
 (defvar *textmate-project-root* nil)
 (defvar *textmate-project-files* '())
 (defvar *textmate-gf-exclude*
-  &quot;/\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle&quot;)
+  &quot;/\\.|vendor|fixtures|tmp|log|build|\\.xcodeproj|\\.nib|\\.framework|\\.app|\\.pbproj|\\.pbxproj|\\.xcode|\\.xcodeproj|\\.bundle|Classes|UnitTesting&quot;)
 
 ;;; Bindings
 
@@ -106,7 +106,7 @@
                                         ;  (define-key textmate-mode-map (kbd &quot;A-M-t&quot;) 'textmate-clear-cache)
   (define-key textmate-mode-map (kbd &quot;M-[&quot;) 'align)
                                         ;  (define-key textmate-mode-map (kbd &quot;A-M-[&quot;) 'indent-according-to-mode)
-  (define-key textmate-mode-map (kbd &quot;M-=&quot;) 'comment-or-uncomment-region-or-line)
+  (define-key textmate-mode-map (kbd &quot;M-/&quot;) 'comment-or-uncomment-region-or-line)
   (define-key textmate-mode-map [(control tab)] 'indent-region)
   (define-key textmate-mode-map [(meta t)] 'textmate-goto-file)
   (define-key textmate-mode-map [(meta T)] 'textmate-goto-symbol))</diff>
      <filename>vendor/textmate.el/textmate.el</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,10 @@
 
 (defun xcode-compile ()
   (interactive)
-  (let ((df (directory-files &quot;.&quot;))
+  (when (null (textmate-set-project-root))
+    (error &quot;Can't find any .git directory&quot;))
+
+  (let ((df (directory-files *textmate-project-root*))
         (has-proj-file nil)
         )
     (while (and df (not has-proj-file))
@@ -23,7 +26,7 @@
       (setq df (cdr df))
       )
     (if has-proj-file
-        (compile &quot;xcodebuild -activetarget -activeconfiguration&quot;)
+        (compile (concat &quot;cd &quot; *textmate-project-root* &quot;&amp;&amp; xcodebuild -activetarget -activeconfiguration&quot;))
       (compile &quot;make&quot;)
       )
     )</diff>
      <filename>vendor/xcode.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a7e1e1608e8df8f82341e7dbc5785faf2c7dfd2e</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/topfunky/emacs-starter-kit/commit/8843506eb24d6ecf280f54ceb4554a4e23de50d5</url>
  <id>8843506eb24d6ecf280f54ceb4554a4e23de50d5</id>
  <committed-date>2009-02-21T11:16:27-08:00</committed-date>
  <authored-date>2009-02-21T11:16:27-08:00</authored-date>
  <message>Better Objective-C mode. Use M-/ for commenting and M-= for completion.</message>
  <tree>2ecc67b664abb50d3f500755fa66e0f5a5424b7c</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
