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: "))