From ce8628612711467e3055e0db0391368e96717a83 Mon Sep 17 00:00:00 2001 From: Byron Clark Date: Sat, 18 Mar 2023 15:57:14 -0600 Subject: [PATCH] Remove consult-apropos consult.el [Version 0.32](https://github.com/minad/consult/blob/main/CHANGELOG.org#version-032-2023-02-06) removed the `consult-apropos` function. Remove the keybinding from prelude configuration so that a working apropos is available. --- modules/prelude-vertico.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/prelude-vertico.el b/modules/prelude-vertico.el index 8772d55..e49e900 100644 --- a/modules/prelude-vertico.el +++ b/modules/prelude-vertico.el @@ -103,7 +103,6 @@ ("C-M-#" . consult-register) ;; Other custom bindings ("M-y" . consult-yank-pop) ;; orig. yank-pop - (" a" . consult-apropos) ;; orig. apropos-command ;; M-g bindings (goto-map) ("M-g e" . consult-compile-error) ("M-g f" . consult-flycheck)