-
Hi Consult-fd it's the only way I've found in Emacs that works, within Windows, to search for files within subdirectories. And it's also fast! The problem I have is that when I open the files, I don't have control over which program they are open with. For example, I would like to open PDF files with an external program, but they're open within Emacs. Is it possible to use the default system program to open files from the consult-fd search results? Thanks a lot for these packages. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have tried this, without any result:
|
Beta Was this translation helpful? Give feedback.
-
Consult relies on the normal |
Beta Was this translation helpful? Give feedback.
Consult relies on the normal
find-file
to open the file. It is out of scope of Consult to provide a different file handler mechanism. Note that you can use Embark to open files externally. See theembark-open-externally
action which is bound to the keyx
in the Embark file map.