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:
parent
fcb629acb6
commit
ce86286127
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue