diff --git a/modules/config/default/config.el b/modules/config/default/config.el index e84ba0364..2cb9bc22d 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -7,7 +7,9 @@ minibuffer-local-must-match-map minibuffer-local-isearch-map read-expression-map - ,@(if (featurep! :completion ivy) '(ivy-minibuffer-map))) + ,@(when (featurep! :completion ivy) + '(ivy-minibuffer-map + ivy-switch-buffer-map))) "A list of all the keymaps used for the minibuffer.")