summary refs log tree commit diff
path: root/emacs.d/core/core-bindings.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/core/core-bindings.el')
-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)