emacs-eldev / eldev

Elisp development tool
https://emacs-eldev.github.io/eldev/
GNU General Public License v3.0
226 stars 17 forks source link

Allow to configure projects to have their source code in a subdirectory #94

Closed doublep closed 9 months ago

doublep commented 9 months ago

Example: Magit, where over 50 .el files are collected in subdirectory lisp, to avoid having a huge list at the top level.

While at it, it might be helpful to support several directories, e.g. one for Lisp, one for resource files. Obviously needs to be optional.

Requested by CIDER (@bbatsov).

doublep commented 9 months ago

Done in 1.8.

bbatsov commented 9 months ago

Thanks a lot!