<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,6 +3,7 @@
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
+ '(cc-other-file-alist (quote ((&quot;\\.cc\\'&quot; (&quot;.hh&quot; &quot;.h&quot;)) (&quot;\\.hh\\'&quot; (&quot;.cc&quot; &quot;.C&quot;)) (&quot;\\.m\\'&quot; (&quot;.h&quot;)) (&quot;\\.c\\'&quot; (&quot;.h&quot;)) (&quot;\\.h\\'&quot; (&quot;.c&quot; &quot;.cc&quot; &quot;.C&quot; &quot;.CC&quot; &quot;.cxx&quot; &quot;.cpp&quot; &quot;.m&quot;)) (&quot;\\.C\\'&quot; (&quot;.H&quot; &quot;.hh&quot; &quot;.h&quot;)) (&quot;\\.H\\'&quot; (&quot;.C&quot; &quot;.CC&quot;)) (&quot;\\.CC\\'&quot; (&quot;.HH&quot; &quot;.H&quot; &quot;.hh&quot; &quot;.h&quot;)) (&quot;\\.HH\\'&quot; (&quot;.CC&quot;)) (&quot;\\.c\\+\\+\\'&quot; (&quot;.h++&quot; &quot;.hh&quot; &quot;.h&quot;)) (&quot;\\.h\\+\\+\\'&quot; (&quot;.c++&quot;)) (&quot;\\.cpp\\'&quot; (&quot;.hpp&quot; &quot;.hh&quot; &quot;.h&quot;)) (&quot;\\.hpp\\'&quot; (&quot;.cpp&quot;)) (&quot;\\.cxx\\'&quot; (&quot;.hxx&quot; &quot;.hh&quot; &quot;.h&quot;)) (&quot;\\.hxx\\'&quot; (&quot;.cxx&quot;)))))
  '(javascript-indent-level 2))
 (custom-set-faces
   ;; custom-set-faces was added by Custom.</diff>
      <filename>custom.el</filename>
    </modified>
    <modified>
      <diff>@@ -49,6 +49,9 @@
 (require 'xcode)
 (define-key objc-mode-map [(meta r)] 'xcode-compile)
 (define-key objc-mode-map [(meta K)] 'xcode-clean)
+(add-hook 'c-mode-common-hook
+  (lambda() 
+    (local-set-key  [(meta O)] 'ff-find-other-file)))
 
 ;; Font
 (set-face-font 'default &quot;-apple-inconsolata-medium-r-normal--20-0-72-72-m-0-iso10646-1&quot;)</diff>
      <filename>topfunky.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74997c5a52aa852a7b3fb9890a7c38cc334566fe</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/topfunky/emacs-starter-kit/commit/c883227031731bc7b9886ac3c35c8bb17624523e</url>
  <id>c883227031731bc7b9886ac3c35c8bb17624523e</id>
  <committed-date>2009-01-07T20:05:22-08:00</committed-date>
  <authored-date>2009-01-07T20:05:22-08:00</authored-date>
  <message>Add obj-c .m and .h to list of matching header and implementation files. Bind M-O to switch to other corresponding file.</message>
  <tree>bf9637210388f082ce7ea8fb4a1ad53ade65f25d</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
