<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,3 +15,4 @@ oddmuse/*
 .svn
 .DS_Store
 image-dired/
+elim/
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -57,11 +57,6 @@
 (regen-autoloads)
 (load custom-file 'noerror)
 
-;; More complicated packages that haven't made it into ELPA yet
-
-(autoload 'jabber-connect &quot;jabber&quot; &quot;&quot; t)
-;; TODO: rinari, slime
-
 ;; Work around a bug on OS X where system-name is FQDN
 (if (eq system-type 'darwin)
     (setq system-name (car (split-string system-name &quot;\\.&quot;))))</diff>
      <filename>init.el</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,10 @@
 ;; Turn on the menu bar for exploring new modes
 (global-set-key [f1] 'menu-bar-mode)
 
+;; Font size
+(define-key global-map (kbd &quot;C-+&quot;) 'text-scale-increase)
+(define-key global-map (kbd &quot;C--&quot;) 'text-scale-decrease)
+
 ;; Use regex searches by default.
 (global-set-key &quot;\C-s&quot; 'isearch-forward-regexp)
 (global-set-key &quot;\C-r&quot; 'isearch-backward-regexp)
@@ -43,6 +47,9 @@
 (global-set-key &quot;\C-xO&quot; (lambda () (interactive) (other-window -1))) ;; back one
 (global-set-key &quot;\C-x\C-o&quot; (lambda () (interactive) (other-window 2))) ;; forward two
 
+;; Indentation help
+(global-set-key (kbd &quot;C-x ^&quot;) 'join-line)
+
 ;; Start eshell or switch to it if it's active.
 (global-set-key (kbd &quot;C-x m&quot;) 'eshell)
 </diff>
      <filename>starter-kit-bindings.el</filename>
    </modified>
    <modified>
      <diff>@@ -20,7 +20,9 @@
      (defun js-lambda () (interactive) (insert &quot;function () {\n}&quot;)
        (backward-char 5))
 
-     (add-hook 'js2-mode-hook 'run-coding-hook)
+     (add-hook 'js2-mode-hook 'local-column-number-mode)
+     (add-hook 'js2-mode-hook 'local-comment-auto-fill)
+     (add-hook 'js2-mode-hook 'turn-on-hl-line-mode)
 
      (define-key js2-mode-map (kbd &quot;C-c l&quot;) 'js-lambda)
      (define-key js2-mode-map &quot;\C-\M-h&quot; 'backward-kill-word)</diff>
      <filename>starter-kit-js.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dfa93d14bcfff0bf00bce1d239db7617edbfce44</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/bleything/emacs-starter-kit/commit/fbb6e1f1749adf34bb8611cbfb1117689f4b194d</url>
  <id>fbb6e1f1749adf34bb8611cbfb1117689f4b194d</id>
  <committed-date>2009-05-19T10:33:15-07:00</committed-date>
  <authored-date>2009-05-19T10:33:15-07:00</authored-date>
  <message>Misc cleanup.</message>
  <tree>b5ffd1b22d0c84741b72129cdad5686b85f9e72d</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
