Replies: 1 comment 1 reply
-
This cannot be supported if |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a use case in which sometimes I need to include files and directories. However, the arguments only allow
for DIR
&optional DIR
. How can I include both files and directories in both consult-fd and or consult-find?I would like to search all of my emacs files but I would like to include
early-init.el
andinit.el
along witheverything in my
lisp/
directory.This will get me an error:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions