Fix #3401: doom/help-search returning no results
This commit is contained in:
parent
fdbfae30ed
commit
aeba2116c7
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ selection of all minor-modes, active or not."
|
||||||
"*.org" doom-emacs-dir)
|
"*.org" doom-emacs-dir)
|
||||||
#'ignore))
|
#'ignore))
|
||||||
:query initial-input
|
:query initial-input
|
||||||
:args '("-g" "*.org")
|
:args '("-t" "org")
|
||||||
:in doom-emacs-dir
|
:in doom-emacs-dir
|
||||||
:prompt "Search documentation for: "))
|
:prompt "Search documentation for: "))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue