[package] use Boon-like keys (Dvorak) for movement

This commit is contained in:
contrapunctus 2021-11-18 15:00:29 +05:30
parent f06c37d8c6
commit 52a116fa05
1 changed files with 3 additions and 1 deletions

View File

@ -3672,7 +3672,9 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
(use-package package
:bind
(:map package-menu-mode-map
("c" . package-autoremove))
("k" . package-autoremove)
("c" . previous-line)
("r" . next-line))
:config
(when (featurep 'boon)
(general-def package-menu-mode-map