From e164f3714f00e4abc2c6a3d5ecfc901fe08b0baa Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Mon, 24 Aug 2020 11:03:31 +0200 Subject: [PATCH] Set helm-rg-map in the default +default-minibuffer-maps It seems like a typo --- modules/config/default/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/config.el b/modules/config/default/config.el index c83b5f15f..37035a3c6 100644 --- a/modules/config/default/config.el +++ b/modules/config/default/config.el @@ -15,7 +15,7 @@ ivy-switch-buffer-map)) ((featurep! :completion helm) '(helm-map - helm-ag-map + helm-rg-map helm-read-file-map)))) "A list of all the keymaps used for the minibuffer.")