Add external_edit_file_suffix to config (#253)

This commit is contained in:
Ethan Reynolds 2024-04-11 23:50:26 -04:00 committed by GitHub
parent e5b284ed19
commit b995906c79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 2 deletions

View file

@ -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 {