add autoPresentIndent setting

This commit is contained in:
chrys
2018-03-24 19:47:44 +01:00
parent e0d500deb9
commit 7bc41c55e7
6 changed files with 7 additions and 1 deletions

View File

@ -72,7 +72,8 @@ settingsData = {
'spellCheckLanguage': 'en_US',
'scriptPath': '/usr/share/fenrir/scripts',
'commandPath': '/usr/share/fenrir/commands',
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize'
'attributeFormatString': 'Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize',
'autoPresentIndent': False,
},
'focus':{
'cursor': True,