Add unicode_emojis flag to config
This commit is contained in:
@ -4,6 +4,7 @@ var defaultConfig = `
|
||||
[basics]
|
||||
download_path = "/tmp/"
|
||||
colorless = false
|
||||
unicode_emojis = true
|
||||
|
||||
# The prefix before evaluating a command
|
||||
cmd_prefix = "/"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
[basics]
|
||||
download_path = "/tmp/"
|
||||
colorless = false
|
||||
unicode_emojis = true
|
||||
|
||||
# The prefix before evaluating a command
|
||||
cmd_prefix = "/"
|
||||
|
||||
Reference in New Issue
Block a user