summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@gnu.org>2018-08-29 22:26:05 -0400
committerAmin Bandali <amin@gnu.org>2018-08-29 22:26:05 -0400
commitb36bd0dd05d7a650dde379096161500f06ba3bae (patch)
tree7bfdeb173eeb77c3643f3c46e3fbfc278b634611 /init.org
parentd69459000d94b09a6912d9a439873bc39ca70706 (diff)
downloadconfigs-b36bd0dd05d7a650dde379096161500f06ba3bae.tar.gz
configs-b36bd0dd05d7a650dde379096161500f06ba3bae.tar.xz
configs-b36bd0dd05d7a650dde379096161500f06ba3bae.zip
[emacs] assimilate helpful and its deps, and add bindings
Diffstat (limited to '')
-rw-r--r--init.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/init.org b/init.org
index febf8aa..56e7752 100644
--- 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]]