jj config from curacao
This commit is contained in:
parent
36df032ecd
commit
171232cb2e
|
@ -74,7 +74,10 @@ in
|
||||||
jujutsu = {
|
jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
git.auto-local-bookmark = true;
|
git = {
|
||||||
|
auto-local-bookmark = true;
|
||||||
|
auto-local-branch = true;
|
||||||
|
};
|
||||||
user = {
|
user = {
|
||||||
email = cfg.userEmail;
|
email = cfg.userEmail;
|
||||||
name = cfg.userName;
|
name = cfg.userName;
|
||||||
|
|
Loading…
Reference in a new issue