mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user