<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@
 ;; TODO: switch to kbd invocations everywhere
 
 ;; You know, like Readline.
-(global-set-key &quot;\C-\M-h&quot; 'backward-kill-word)
+(global-set-key (kbd &quot;C-M-h&quot;) 'backward-kill-word)
 
 ;; Align your code in a pretty way.
 (global-set-key (kbd &quot;C-x \\&quot;) 'align-regexp)
@@ -24,13 +24,13 @@
 (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)
-(global-set-key &quot;\C-\M-s&quot; 'isearch-forward)
-(global-set-key &quot;\C-\M-r&quot; 'isearch-backward)
+(global-set-key (kbd &quot;C-s&quot;) 'isearch-forward-regexp)
+(global-set-key (kbd &quot;\C-r&quot;) 'isearch-backward-regexp)
+(global-set-key (kbd &quot;C-M-s&quot;) 'isearch-forward)
+(global-set-key (kbd &quot;C-M-r&quot;) 'isearch-backward)
 
 ;; Jump to a definition in the current file. (This is awesome.)
-(global-set-key &quot;\C-x\C-i&quot; 'ido-imenu)
+(global-set-key (kbd &quot;C-x C-i&quot;) 'ido-imenu)
 
 ;; File finding
 (global-set-key (kbd &quot;C-x M-f&quot;) 'ido-find-file-other-window)
@@ -44,8 +44,8 @@
 
 ;; Window switching. (C-x o goes to the next window)
 (windmove-default-keybindings) ;; Shift+direction
-(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
+(global-set-key (kbd &quot;C-x O&quot;) (lambda () (interactive) (other-window -1))) ;; back one
+(global-set-key (kbd &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)</diff>
      <filename>starter-kit-bindings.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7860d3854a81f718045d17dfaa2e64a92694841e</id>
    </parent>
  </parents>
  <author>
    <name>Ed Singleton</name>
    <email>singletoned@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/emacs-starter-kit/commit/044dab132a551d013c86448166f8767c2e4ba19a</url>
  <id>044dab132a551d013c86448166f8767c2e4ba19a</id>
  <committed-date>2009-06-03T08:56:26-07:00</committed-date>
  <authored-date>2009-05-27T08:40:00-07:00</authored-date>
  <message>Fixed keybindings to kdb style</message>
  <tree>a16e46e4fef523a4add182573696fb34beba4963</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
