From 9e3974d2f36aeaf7c32eae51c833e77ef098c303 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 9 Oct 2019 22:41:27 -0400 Subject: [PATCH] doom/help-faq: restrict to second-levels 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 81f484204..78268e0c6 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -208,7 +208,7 @@ selection of all minor-modes, active or not." (interactive) (doom-completing-read-org-headings "Find in FAQ: " (list "faq.org") - nil nil initial-input)) + 2 nil initial-input)) ;;;###autoload (defun doom/help-news ()