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 ()