From dc55d4fc73c903c290cc9ca9a640b04510b04ed1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 25 Aug 2015 12:03:40 -0400 Subject: [PATCH] switch to using ibuffer mode for C-x C-b --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 0e3c99b..d1e91e5 100644 --- a/.emacs +++ b/.emacs @@ -31,6 +31,7 @@ ;; keybinds (global-set-key (kbd "C-z") `recompile) (global-set-key (kbd "C-S-z") `compile) +(global-set-key (kbd "C-x C-b") `ibuffer) ;; windmove keybinds (when (fboundp 'windmove-default-keybindings)