Skip to content

Commit

Permalink
removes non-existing commands
Browse files Browse the repository at this point in the history
it removes non-existing (possibly deprecated) commands and fixes the
keybinding for `embark-select` - toggle candidate selection in
embark-collect buffer
  • Loading branch information
agzam authored and jojojames committed Aug 8, 2023
1 parent 286d69d commit 1ad283f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modes/embark/evil-collection-embark.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 1ad283f

Please sign in to comment.