From 10e8f3d304613703804da4eade2f04fdda1edb64 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 22 Dec 2024 22:04:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20helpful=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 0593f43..be4a4ca 100644 --- a/config.org +++ b/config.org @@ -1088,6 +1088,22 @@ Source: [[https://github.com/abo-abo/ace-window][GitHub: abo-abo/ace-window]] :bind (("M-o" . 'ace-window))) #+end_src +** helpful + +A better Emacs *help* buffer + +Source: [[https://github.com/Wilfred/helpful][GitHub: Wilfred/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-h x" . #'helpful-command) + ("C-c C-d" . #'helpful-at-point) + ("C-h F" . #'helpful-function))) +#+end_src + * Org mode configuration This is my personal org-mode configuration. @@ -1680,7 +1696,6 @@ GitHub: [[https://github.com/takaxp/org-tree-slide][GitHub:takaxp/org-tree-slide (org-image-actual-width nil)) #+end_src - * Org Research Assistant ** Org Roam