Remove a binding to a removed command

This commit is contained in:
Gerard Vermeulen 2023-01-13 16:56:30 +01:00
parent 52ee2f6207
commit 7a77e2d736
1 changed files with 0 additions and 2 deletions

View File

@ -1463,8 +1463,6 @@ completion function [[info:elisp#Minibuffer Completion][completing-read]]. List
;; C-c bindings (current-global-map)
(global-set-key (kbd "C-c h") #'consult-history)
(global-set-key (kbd "C-c m") #'consult-mode-command)
;; C-h bindings (help-map)
(define-key help-map (kbd "a") #'consult-apropos)
;; C-x bindings (ctl-x-map)
(define-key ctl-x-map (kbd "M-:") #'consult-complex-command)
(define-key ctl-x-map (kbd "b") #'consult-buffer)