diff --git a/home/nogui/jj.nix b/home/nogui/jj.nix index baac13ee18764603ddb355dfad536a095392f2fd..9a9e48f428bd2cc08159481de2a50b3c8eeaf65b 100644 --- a/home/nogui/jj.nix +++ b/home/nogui/jj.nix @@ -18,20 +18,7 @@ editor = "hx"; paginate = "never"; default-command = "status"; }; - templates = { - git_push_bookmark = ''"change/" ++ change_id.short()''; - draft_commit_description = '' - concat( - coalesce(description, default_commit_description, "\n"), - surround( - "\nJJ: This commit contains the following changes:\n", "", - indent("JJ: ", diff.stat(72)), - ), - "\nJJ: ignore-rest\n", - diff.git(), - ) - ''; - }; + templates.git_push_bookmark = ''"change/" ++ change_id.short()''; signing = { behavior = "own"; backend = "ssh";