From 8da4cc79a4e1b328b640ade3625d9e1864f59528 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 2 Dec 2013 20:32:37 +0100 Subject: Use bs-show instead of ibuffer --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7bf8475..90fdd48 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -43,10 +43,9 @@ FEATURE may be an unquoted feature symbol or a file name, see "~/.emacs.d/vendor-lisp/mozrepl" "~/.emacs.d/vendor-lisp/eap" "/usr/share/emacs/site-lisp"))) -(defalias 'yes-or-no-p 'y-or-n-p) - -(defalias 'list-buffers 'ibuffer) +;;;; aliases +(defalias 'yes-or-no-p 'y-or-n-p) (defalias 'dabbrev-expand 'hippie-expand) (require 'uniquify) @@ -844,6 +843,7 @@ Also change directories to current working directory." (global-set-key (kbd "C-c g b") 'magit-checkout) (global-set-key (kbd "C-c g f") 'magit-fetch) (global-set-key (kbd "C-c h r") 'hypo-region) +(global-set-key (kbd "C-x C-b") 'bs-show) (if (daemonp) (global-set-key "\C-x\C-c" 'oni:close-client-window)) -- cgit v1.2.3-54-g00ecf