removes non-existing commands

it removes non-existing (possibly deprecated) commands and fixes the
keybinding for `embark-select` - toggle candidate selection in
embark-collect buffer
This commit is contained in:
Ag Ibragimov 2023-07-29 10:37:30 -05:00 committed by James
parent 286d69de17
commit 1ad283f5b7
1 changed files with 1 additions and 6 deletions

View File

@ -43,12 +43,7 @@
"a" 'embark-act
"A" 'embark-act-all
"E" 'embark-export ;; was e
"m" 'embark-collect-mark
"T" 'embark-collect-zebra-minor-mode ;; was z
"t" 'embark-collect-toggle-marks
"u" 'embark-collect-unmark
"U" 'embark-collect-unmark-all
(kbd "M-q") 'embark-collect-toggle-view
"m" 'embark-select
(kbd "M-a") 'embark-collect-direct-action-minor-mode
"gr" 'revert-buffer))