summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-02-22 13:53:34 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-02-22 13:53:34 -0800
commit2e7736da4cc13b9af64284b597c9757abd45f9af (patch)
tree1d60e5d562f7060177eacb61a9580c5a4f63bdda /emacs.d/core/core-bindings.el
parent[emacs] code cleanup (diff)
downloademacs.d-2e7736da4cc13b9af64284b597c9757abd45f9af.tar.gz
[emacs] Add a binding for ibuffer
Diffstat (limited to '')
-rw-r--r--emacs.d/core/core-bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/core/core-bindings.el b/emacs.d/core/core-bindings.el
index 53bc847..ee91bae 100644
--- a/emacs.d/core/core-bindings.el
+++ b/emacs.d/core/core-bindings.el
@@ -1,6 +1,6 @@
 (global-set-key (kbd "M-j") 'join-line)
 
-(global-set-key (kbd "C-x C-b") 'ivy-switch-buffer)
+(global-set-key (kbd "C-x C-b") 'ibuffer)
 
 (global-set-key (kbd "<s-return>") 'toggle-frame-fullscreen)