mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 13:49:52 -07:00
Add external_edit_file_suffix
to config (#253)
This commit is contained in:
parent
e5b284ed19
commit
b995906c79
5 changed files with 18 additions and 2 deletions
|
@ -186,6 +186,7 @@ pub fn mock_tunables() -> TunableValues {
|
|||
.into_iter()
|
||||
.collect::<HashMap<_, _>>(),
|
||||
open_command: None,
|
||||
external_edit_file_suffix: String::from(".md"),
|
||||
username_display: UserDisplayStyle::Username,
|
||||
message_user_color: false,
|
||||
notifications: Notifications {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue