From b4fbaac91fa31f65e84ccfb785c7203a7c04471c Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Wed, 7 Jun 2023 12:33:09 +0200 Subject: [PATCH] fix: fix typo in ivy config --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 8136b50..1d70f7e 100644 --- a/config.org +++ b/config.org @@ -259,7 +259,7 @@ https://github.com/abo-abo/swiper (use-package ivy :defer 0.1 ;; TODO: fixes ivy not loading at startup, not sure why :diminish - :bind (("C-x B" . ivy-switch-bufer-other-window) + :bind (("C-x B" . ivy-switch-buffer-other-window) :map ivy-minibuffer-map ("TAB" . ivy-alt-done) :map ivy-switch-buffer-map