mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-23 20:43:56 +00:00
Added barebones config template with the odd alternative commented out.
This commit is contained in:
parent
573320ba7d
commit
980004e908
1 changed files with 15 additions and 0 deletions
15
docs/config.toml
Normal file
15
docs/config.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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.editor = "pico" # the default
|
||||
# ui.editor = "vim"
|
||||
|
||||
|
||||
diff-editor = "meld" # default, requires meld to be installed
|
||||
# diff-editor = "vimdiff"
|
Loading…
Reference in a new issue