switch to using ibuffer mode for C-x C-b

This commit is contained in:
Adam Goldsmith 2015-08-25 12:03:40 -04:00
parent 142726faea
commit dc55d4fc73

1
.emacs
View File

@ -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)