Bind package-menu-execute even if Boon is not loaded

This commit is contained in:
contrapunctus 2022-01-16 01:01:11 +05:30
parent 065469efdb
commit 7481a65db1
1 changed files with 2 additions and 5 deletions

View File

@ -231,11 +231,8 @@ NAME is the name of the process and its buffer."
(:map package-menu-mode-map
("k" . package-autoremove)
("c" . previous-line)
("r" . next-line))
:config
(when (featurep 'boon)
(general-def package-menu-mode-map
"X" 'package-menu-execute)))
("r" . next-line)
("X" . package-menu-execute)))
#+END_SRC
** feather