Skip to content
Snippets Groups Projects
Commit 0e03f023 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

show_ascii_formatting_chars is now True by default

parent b7cc1bd9
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class Config:
'emoticons_theme': [opt_str, 'static', '', True ],
'ascii_formatting': [ opt_bool, True,
_('Treat * / _ pairs as possible formatting characters.'), True],
'show_ascii_formatting_chars': [ opt_bool, False , _('If True, do not '
'show_ascii_formatting_chars': [ opt_bool, True , _('If True, do not '
'remove */_ . So *abc* will be bold but with * * not removed.')],
'sounds_on': [ opt_bool, True ],
# 'aplay', 'play', 'esdplay', 'artsplay' detected first time only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment