<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,13 +4,22 @@ From Phil Hagelberg's emacs-starter-kit.
 
 ## Current or planned customizations by Geoffrey Grosenbach (topfunky)
 
-* Intended for use with Emacs built for Mac OS X from git://git.sv.gnu.org/emacs.git
+* Intended for use with [Carbon Emacs](http://www.google.com/search?hl=en-US&amp;q=carbon+emacs&amp;rls=0.4&amp;client=stainless&amp;ie=UTF-8)
+* May have partially functional or half-implemented features. Try forking [the original from Phil](http://github.com/technomancy/emacs-starter-kit/tree/master) if you experience problems or want a fresh start.
+
+### Some current additions
+
+* defunkt's [TextMate](http://github.com/defunkt/textmate.el/tree/master) minor-mode.
+* Some Mac key equivalents (Command-S, Command-Z).
+* Textile, Haml, Sass, etc.
+* Color themes.
+* yasnippet for TextMate-style snippets.
+* Useful functions such as toggle-fullscreen
 
 ### Planned
 
-* Implement Mac-friendly keyboard shortcuts. Liberal usage of the Apple command key to make shortcuts even shorter.
-* Add other plugins that I use, such as Textile, Haml, Sass, etc.
-* Add TextMate-style snippets with yasnippet
+* More snippets
+* Better color theme
 
 # Description
 </diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -32,8 +32,6 @@
 (add-to-list 'auto-mode-alist '(&quot;\\.rake\\'&quot; . ruby-mode))
 (add-to-list 'auto-mode-alist '(&quot;\\.sake\\'&quot; . ruby-mode))
 
-;; Keyboard
-
 ;; Font
 (set-face-font 'default &quot;-apple-inconsolata-medium-r-normal--20-0-72-72-m-0-iso10646-1&quot;)
 
@@ -59,9 +57,9 @@
 ;; Keyboard
 
 ;; Split Windows
-(global-set-key [f5] 'split-window-horizontally)
-(global-set-key [f6] 'split-window-vertically)
-(global-set-key [f7] 'delete-window)
+(global-set-key [f6] 'split-window-horizontally)
+(global-set-key [f7] 'split-window-vertically)
+(global-set-key [f8] 'delete-window)
 
 ;; Some Mac-friendly key counterparts
 (global-set-key (kbd &quot;M-s&quot;) 'save-buffer)</diff>
      <filename>topfunky.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>21ebe39f65e792835accefeb9e3b7bf783086467</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/arunthampi/emacs-starter-kit/commit/93faf43a48fae423fbcd115e20d5324bcb5eba1b</url>
  <id>93faf43a48fae423fbcd115e20d5324bcb5eba1b</id>
  <committed-date>2008-12-17T11:41:16-08:00</committed-date>
  <authored-date>2008-12-17T11:41:16-08:00</authored-date>
  <message>Cleanup so I can rebase from technomancy's master branch more easily.
Added commentary about existing features and links to original repo.</message>
  <tree>72ba3ce35d6f0d0e313e0ea067e0b795cf7c3a0b</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
