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.
This commit is contained in:
Byron Clark 2023-03-18 15:57:14 -06:00 committed by Bozhidar Batsov
parent fcb629acb6
commit ce86286127

View file

@ -103,7 +103,6 @@
("C-M-#" . consult-register)
;; Other custom bindings
("M-y" . consult-yank-pop) ;; orig. yank-pop
("<help> a" . consult-apropos) ;; orig. apropos-command
;; M-g bindings (goto-map)
("M-g e" . consult-compile-error)
("M-g f" . consult-flycheck)