meli: move freeformat settings to example (#7259)
these hardcoded freeformat settings dont add anything over the default, worse they generate empty sections which can then clash with user included config (my usecase). It's best to move those to example.
This commit is contained in:
parent
f111393987
commit
79dfd9aa29
2 changed files with 24 additions and 61 deletions
|
|
@ -27,14 +27,6 @@ PRDR = true
|
|||
danger_accept_invalid_certs = false
|
||||
type = "tls"
|
||||
|
||||
[shortcuts.composing]
|
||||
|
||||
[shortcuts.contact-list]
|
||||
|
||||
[shortcuts.general]
|
||||
scroll_down = "j"
|
||||
scroll_up = "k"
|
||||
|
||||
[shortcuts.listing]
|
||||
|
||||
[shortcuts.pager]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue