-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new paths to Eldev #44
Comments
You can probably do |
Thank you for your response. Another thing is that my program has a few extensions, most of them part of the same repository in the same elisp/ subdirectory...so it doesn't really have a single main file, it has three. One of the projects I saw using Eldev has separate files for the secondary projects, supposed to be loaded with |
Yes, but this is a case where I don't know how this should be handled. If you can provide an outline of how you imagine it would work, we can discuss it and decide what would be the best way. Also, if your project is public, a link to it would be helpful. |
Hm...I'd like to possess a greater understanding of Eldev before I attempt that ^^' Here's my project - https://tildegit.org/contrapunctus/chronometrist |
My project's files are located in elisp/. When I run
eldev init
in the project root, it says -...which is perhaps to be expected, if it is not looking in elisp/.
Now, I've not been able to get
(setq eldev-main-fileset ...)
to take any apparent effect whatsoever. I've tried setting it to"elisp/"
,("elisp/")
,("elisp")
,("./elisp")
,("./elisp/")
,("./elisp/*.el")
, and"./elisp/*.el"
. Each time, I got -FWIW the elisp/ directory contains Org literate programs, with the tangled source files (present in the same directory) checked into Git.
(package-buffer-info)
is perfectly happy with these.What's going on?
The text was updated successfully, but these errors were encountered: