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:
Itai Y. Efrat 2021-08-10 18:33:11 +03:00
parent 4b0b7f55c8
commit 2c431aae0e

View file

@ -180,7 +180,6 @@ If INITIAL is non-nil, use as initial input."
(split-string (cdr (apply #'doom-call-process cmd)) "\n" t)
:prompt default-directory
:sort nil
:require-match t
:initial (if initial (shell-quote-argument initial))
:add-history (thing-at-point 'filename)
:category 'file