From 406c651059c8b99fab305bb29a24d04f84650e67 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 31 Aug 2020 14:53:42 -0400 Subject: [PATCH] Increase search depth for doom/help-search-headings --- core/autoload/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/help.el b/core/autoload/help.el index 8c9763037..146db99b8 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -190,7 +190,7 @@ selection of all minor-modes, active or not." "troubleshooting.org" "tutorials.org" "faq.org") - 2 t initial-input + 3 t initial-input (mapcar (lambda (x) (setcar x (concat "Doom Modules > " (car x))) x)