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:
parent
2cbafcfbfc
commit
168cc78844
3
init.el
3
init.el
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user