[emacs] assimilate helpful and its deps, and add bindings
[~bandali/configs] / init.org
index febf8aa..56e7752 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1195,6 +1195,19 @@ Emacs package that displays available keybindings in popup
         shackle-inhibit-window-quit-on-same-windows t))
 #+end_src
 
+** [[https://github.com/Wilfred/helpful][helpful]]
+
+#+begin_src emacs-lisp
+(use-package helpful
+  :bind
+  (("C-h f"   . helpful-callable)
+   ("C-h v"   . helpful-variable)
+   ("C-h k"   . helpful-key)
+   ("C-c C-d" . helpful-at-point)
+   ("C-h F"   . helpful-function)
+   ("C-h C"   . helpful-command)))
+#+end_src
+
 * Email
 ** [[https://notmuchmail.org][notmuch]]