From: Eshel Yaron Date: Thu, 23 Jun 2022 08:21:42 +0000 (+0300) Subject: Use ibuffer instead of list-buffers X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6eb286eca7de3331c2f809175cd5fe590de4aaa3;p=dotfiles.git Use ibuffer instead of list-buffers --- 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)