From aeba2116c766a286bf96506cc951d469e5501a9d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 19 Jun 2020 15:49:52 -0400 Subject: [PATCH] Fix #3401: doom/help-search returning no results --- 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 7564e592b..a35df2bcf 100644 --- a/core/autoload/help.el +++ b/core/autoload/help.el @@ -214,7 +214,7 @@ selection of all minor-modes, active or not." "*.org" doom-emacs-dir) #'ignore)) :query initial-input - :args '("-g" "*.org") + :args '("-t" "org") :in doom-emacs-dir :prompt "Search documentation for: "))