jj/docs/config.toml
Ilya Grigoriev 52fadc046e Miscellaneous improvements to config docs
Also moves the "relative timestamps" section to make merge tool
docs fit in better.
2022-11-29 20:55:11 -08:00

19 lines
489 B
TOML

# Basic template of config settings
# Don't forget to change these to your own details!
user.name = "YOUR NAME"
user.email = "YOUR_EMAIL@example.com"
ui.color = "auto" # the default
# ui.color = never # no color
ui.relative-timestamps = false # the default
# ui.relative-timestamps = true # renders timestamps relatively, e.g. "x hours ago"
ui.editor = "pico" # the default
# ui.editor = "vim"
diff-editor = "meld" # default, requires meld to be installed
# diff-editor = "vimdiff"