diff options
author | 2018-08-29 22:26:05 -0400 | |
---|---|---|
committer | 2018-08-29 22:26:05 -0400 | |
commit | b36bd0dd05d7a650dde379096161500f06ba3bae (patch) | |
tree | 7bfdeb173eeb77c3643f3c46e3fbfc278b634611 /init.org | |
parent | d69459000d94b09a6912d9a439873bc39ca70706 (diff) | |
download | configs-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.org | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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]] |