<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>custom.el</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -44,7 +44,7 @@
 (require 'starter-kit-eshell)
 (require 'starter-kit-lisp)
 (require 'starter-kit-ruby)
-(require 'starter-kit-js)
+;; (require 'starter-kit-js)
 
 (regen-autoloads)
 (load custom-file 'noerror)</diff>
      <filename>init.el</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 (defvar starter-kit-packages (list 'idle-highlight
                                    'ruby-mode
                                    'inf-ruby
-                                   'js2-mode
+                                   ;;'js2-mode
                                    'css-mode
                                ;; To submit:
 ;;;                                &quot;magit&quot;</diff>
      <filename>starter-kit-elpa.el</filename>
    </modified>
    <modified>
      <diff>@@ -87,7 +87,7 @@
 ;; (add-to-list 'auto-mode-alist '(&quot;\\.yml$&quot; . yaml-mode))
 (add-to-list 'auto-mode-alist '(&quot;\\.rb$&quot; . ruby-mode))
 (add-to-list 'auto-mode-alist '(&quot;Rakefile$&quot; . ruby-mode))
-(add-to-list 'auto-mode-alist '(&quot;\\.js\\(on\\)?$&quot; . js2-mode))
+;;(add-to-list 'auto-mode-alist '(&quot;\\.js\\(on\\)?$&quot; . js2-mode))
 
 (add-to-list 'auto-mode-alist '(&quot;\\.xml$&quot; . nxml-mode))
 (add-to-list 'auto-mode-alist '(&quot;\\.html$&quot; . html-mode))</diff>
      <filename>starter-kit-misc.el</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,9 @@
 
 ;; Major Modes
 
+;; Javascript
+; TODO javascript-indent-level 2
+
 ;; Rinari
 ;; (add-to-list 'load-path (concat dotfiles-dir &quot;/vendor/rinari&quot;))
 ;; (require 'rinari)
@@ -90,7 +93,7 @@
 
 (global-set-key [(meta N)] 'cleanup-buffer)
 
-(global-set-key [(meta \])] 'indent-rigidly)
+(global-set-key [(control \])] 'indent-rigidly)
 
 ;; Other
 </diff>
      <filename>topfunky.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>71b255d2022685456280075afa5f550e0288b044</id>
    </parent>
  </parents>
  <author>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </author>
  <url>http://github.com/topfunky/emacs-starter-kit/commit/360d9d258f44ffa90beb75f7ae964804dd05b9e6</url>
  <id>360d9d258f44ffa90beb75f7ae964804dd05b9e6</id>
  <committed-date>2009-01-04T11:33:08-08:00</committed-date>
  <authored-date>2009-01-04T11:33:08-08:00</authored-date>
  <message>Get rid of the monolithic js2-mode and use javascript-mode instead. Also added key for indent-rigidly (useful with Haml).</message>
  <tree>f15aa81c8541269a25494af565d779407e7f6319</tree>
  <committer>
    <name>Geoffrey Grosenbach</name>
    <email>boss@topfunky.com</email>
  </committer>
</commit>
