Add helm-descbinds

This package allows for easier navigation of the assigned bindings.
The inbuilt describe-bindings (C-h b b) feature is remapped to the helm
equivalent.

Signed-off-by: Brian McGillion <brian@ssrc.tii.ae>
This commit is contained in:
Brian McGillion 2020-04-11 01:02:21 +04:00
parent 24e35b95d5
commit 5a14dcd48e
2 changed files with 9 additions and 1 deletions

View file

@ -16,3 +16,4 @@
(package! posframe :pin "c15800a838"))
(when (featurep! :lang org)
(package! helm-org :pin "b7a18dfc17"))
(package! helm-descbinds :pin "b725159823")