Make helpful more helpful

This commit is contained in:
David Morgan 2022-11-11 12:11:52 +00:00
parent 37cec3cbca
commit 9ad47c7721
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 3 deletions

View File

@ -198,9 +198,9 @@
(beacon-mode 1))
(use-package helpful
:bind (("C-h f" . helpful-callable)
("C-h F" . helpful-function)
("C-h C-f" . helpful-command)
:bind (("C-h f" . helpful-function)
("C-h F" . helpful-callable)
("C-h x" . helpful-command)
("C-h v" . helpful-variable)
("C-h k" . helpful-key)
("C-h o" . helpful-symbol)