From 78482d629fa396687a3cd6890d31b542e04cac1b Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Sun, 26 May 2024 17:26:06 +0200 Subject: [PATCH] Add helpful --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/init.el b/init.el index 3982265..f196f0e 100644 --- a/init.el +++ b/init.el @@ -287,6 +287,13 @@ :config (setq vundo-glyph-alist vundo-unicode-symbols)) +(use-package helpful + :straight t + :bind (("C-h f" . helpful-callable) + ("C-h v" . helpful-variable) + ("C-h k" . helpful-key) + ("C-h x" . helpful-command))) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Knowledge management: org-mode, org-roam, bibliography ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;