summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2023-08-13 13:35:19 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2023-08-13 13:35:19 +0100
commitd2bb9ce92d4557da0d883da9ea5b8f383d2b1480 (patch)
treeecf89e15f90bf56a48a2e34c309eaa48db98c8de /emacs/init.el
parent3c1adc852576ee384605644566305d6f57bed8ea (diff)
emacs: Bind C-x b to consult-buffer
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index b370651..43d12ab 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -78,6 +78,7 @@
(my/with-add-hook 'ibuffer-mode-hook
(ibuffer-switch-to-saved-filter-groups "default"))
+(global-set-key (kbd "C-x b") #'consult-buffer)
(global-set-key (kbd "C-x C-b") #'ibuffer)