Let project.el consider submodules as separate projects

I keep a tree of Git repositories organized as submodules in my home
directories and want each of those repositories to be considered a
separated project.  The repositories that are indeed a proper part of a
superproject I can ignore.
This commit is contained in:
Daniel Borchmann 2025-02-19 17:21:46 +01:00
parent 2cbafcfbfc
commit 168cc78844
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -2827,7 +2827,8 @@ eventuelly be set to nil, however)."
plantuml-indent-level 2)) plantuml-indent-level 2))
(use-package project (use-package project
:init (setq project-switch-commands 'project-dired)) :init (setq project-switch-commands 'project-dired
project-vc-merge-submodules nil))
(use-package python (use-package python
:config (progn :config (progn