summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-02 20:32:37 +0100
committerGravatar Tom Willemse2013-12-02 20:32:37 +0100
commit8da4cc79a4e1b328b640ade3625d9e1864f59528 (patch)
tree9a642d69d11020e489dbdf6b98688aca374bfb5b
parent8ed0d659e23487be9ad49d38fce754a682da7dd3 (diff)
downloademacs-8da4cc79a4e1b328b640ade3625d9e1864f59528.tar.gz
emacs-8da4cc79a4e1b328b640ade3625d9e1864f59528.zip
Use bs-show instead of ibuffer
-rw-r--r--.emacs.d/init.el6
1 files 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))