Use helpful

This commit is contained in:
David Morgan 2022-10-11 16:48:05 +01:00
parent 0558ec0da2
commit d7af36cc83
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 9 additions and 0 deletions

View File

@ -201,5 +201,14 @@
:config
(beacon-mode 1))
(use-package helpful
:bind (("C-h f" . helpful-callable)
("C-h F" . helpful-function)
("C-h C-f" . helpful-command)
("C-h v" . helpful-variable)
("C-h k" . helpful-key)
("C-h o" . helpful-symbol)
("C-h C-." . helpful-at-point)))
(provide 'init-ui)
;;; init-ui.el ends here