From bf60ce1794c62df9509903113e960be1a5cd4f16 Mon Sep 17 00:00:00 2001 From: Vedang Manerikar Date: Mon, 2 Dec 2024 09:53:37 +0530 Subject: [PATCH] Install helpful for better Emacslisp help --- unravel-emacs.org | 12 ++++++++++++ unravel-modules/unravel-essentials.el | 3 +++ 2 files changed, 15 insertions(+) diff --git a/unravel-emacs.org b/unravel-emacs.org index 68be7db..978573b 100644 --- a/unravel-emacs.org +++ b/unravel-emacs.org @@ -1331,6 +1331,18 @@ These are modifications to basic configuration I use on my Mac OSX machine. (setq column-number-mode t)) #+end_src +** The =unravel-essentials.el= section for ~helpful~ +:PROPERTIES: +:CUSTOM_ID: h:ECAF81D8-4111-4C71-AB77-3C3D322B235F +:CREATED: [2024-12-02 Mon 09:50] +:END: + +Helpful is a package that improves the default Emacs *Help* buffer. I don't want to replace what Emacs provides with default, and I find myself using Helpful only as an Avy action ([[#h:4E8593F7-C065-4DFA-B513-98602EC2BA1A][The =unravel-search.el= settings for ~avy~ (jumping)]]). However, it's really useful in that context. + +#+begin_src emacs-lisp :tangle "unravel-modules/unravel-essentials.el" + (use-package helpful + :ensure t) +#+end_src ** Finally, we provide the =unravel-essentials.el= module :PROPERTIES: :CUSTOM_ID: h:c8b2f021-fe5a-4f6b-944c-20340f764fb2 diff --git a/unravel-modules/unravel-essentials.el b/unravel-modules/unravel-essentials.el index 47c641f..5009648 100644 --- a/unravel-modules/unravel-essentials.el +++ b/unravel-modules/unravel-essentials.el @@ -197,6 +197,9 @@ If the region is selected, retain the original behaviour, otherwise call :config (setq column-number-mode t)) +(use-package helpful + :ensure t) + (use-package emacs :ensure nil :config