summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))