From 8ae90dc363c93588297a649b20565be1cfb49623 Mon Sep 17 00:00:00 2001 From: Marcel Fries Date: Thu, 22 Aug 2019 13:16:53 +0200 Subject: [PATCH] Use iBuffer over buffer-list --- setup-emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup-emacs.org b/setup-emacs.org index cbdc3ac..bc25d0a 100644 --- a/setup-emacs.org +++ b/setup-emacs.org @@ -686,10 +686,11 @@ This is my configuration for the emacs editor. (bind-key "C-c /" 'comment-or-uncomment-region) (bind-key "C-c x" 'ESC-prefix) (bind-key "M-i" 'delete-indentation) - (bind-key "C-+" 'text-scale-increase) + (bind-key "C-+" 'text-scale-increase) (bind-key "C--" 'text-scale-decrease) (bind-key "C-<" 'beginning-of-buffer) (bind-key "C->" 'end-of-buffer) + (bind-key "C-x C-b" 'ibuffer) ;; buffer-list is not a good default #+END_SRC ** Unbind some default key bindings