fix(vertico): +vertico/find-file-in...
allow the creation of new files if the input doesn't match any existing ones.
This commit is contained in:
parent
4b0b7f55c8
commit
2c431aae0e
1 changed files with 0 additions and 1 deletions
|
@ -180,7 +180,6 @@ If INITIAL is non-nil, use as initial input."
|
||||||
(split-string (cdr (apply #'doom-call-process cmd)) "\n" t)
|
(split-string (cdr (apply #'doom-call-process cmd)) "\n" t)
|
||||||
:prompt default-directory
|
:prompt default-directory
|
||||||
:sort nil
|
:sort nil
|
||||||
:require-match t
|
|
||||||
:initial (if initial (shell-quote-argument initial))
|
:initial (if initial (shell-quote-argument initial))
|
||||||
:add-history (thing-at-point 'filename)
|
:add-history (thing-at-point 'filename)
|
||||||
:category 'file
|
:category 'file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue