From 6eb286eca7de3331c2f809175cd5fe590de4aaa3 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 23 Jun 2022 11:21:42 +0300 Subject: [PATCH] Use ibuffer instead of list-buffers --- .emacs.d/esy.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index 0aa9f97..5ffaa45 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -795,6 +795,7 @@ refiling directly into deeper headings as well. "Configure the `ctrl-x-map' keymap." (keymap-set ctl-x-map "b" #'consult-buffer) (keymap-set ctl-x-4-map "b" #'consult-buffer-other-window) + (keymap-set ctl-x-map "C-b" #'ibuffer) (keymap-set ctl-x-map "!" #'consult-flymake) (keymap-set ctl-x-map "l" #'org-store-link) (keymap-set ctl-x-map "c" #'org-capture) -- 2.39.5