Remove a binding to a removed command
This commit is contained in:
parent
52ee2f6207
commit
7a77e2d736
@ -1463,8 +1463,6 @@ completion function [[info:elisp#Minibuffer Completion][completing-read]]. List
|
|||||||
;; C-c bindings (current-global-map)
|
;; C-c bindings (current-global-map)
|
||||||
(global-set-key (kbd "C-c h") #'consult-history)
|
(global-set-key (kbd "C-c h") #'consult-history)
|
||||||
(global-set-key (kbd "C-c m") #'consult-mode-command)
|
(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)
|
;; C-x bindings (ctl-x-map)
|
||||||
(define-key ctl-x-map (kbd "M-:") #'consult-complex-command)
|
(define-key ctl-x-map (kbd "M-:") #'consult-complex-command)
|
||||||
(define-key ctl-x-map (kbd "b") #'consult-buffer)
|
(define-key ctl-x-map (kbd "b") #'consult-buffer)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user