summaryrefslogtreecommitdiff
path: root/conf/kb.el
diff options
context:
space:
mode:
Diffstat (limited to 'conf/kb.el')
-rw-r--r--conf/kb.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/conf/kb.el b/conf/kb.el
deleted file mode 100644
index 2ceb33e..0000000
--- a/conf/kb.el
+++ /dev/null
@@ -1,7 +0,0 @@
-;; kb.el - key bindings
-;; evil-specific ones are in evil.el
-
-(global-set-key (kbd "C-x \\") 'align-regexp)
-
-;; replace buffer-menu with ibuffer
-(global-set-key (kbd "C-x C-b") 'ibuffer)