summaryrefslogtreecommitdiff
path: root/init/km-keybindings.el
diff options
context:
space:
mode:
authorKyle Meyer <meyerkya@gmail.com>2013-04-20 02:22:06 -0400
committerKyle Meyer <meyerkya@gmail.com>2013-04-20 02:22:06 -0400
commit58ed43ac257c8f1585a034f1e04fd1ca35884695 (patch)
tree0cd6d22b81ae1e99f6bc6b41b1b09efcc0b967a3 /init/km-keybindings.el
parent18755b3721cdeedad7beb20610d758004b2ce533 (diff)
downloademacs.d-58ed43ac257c8f1585a034f1e04fd1ca35884695.tar.gz
cleaning up
Diffstat (limited to 'init/km-keybindings.el')
-rw-r--r--init/km-keybindings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/km-keybindings.el b/init/km-keybindings.el
new file mode 100644
index 0000000..3caaa8c
--- /dev/null
+++ b/init/km-keybindings.el
@@ -0,0 +1,3 @@
+;; keybindings that don't go with other topics
+(global-set-key (kbd "C-x \\") 'align-regexp)
+(global-set-key (kbd "C-c i") 'indent-relative)