Add quotes to the default pinned-tab-marker

It's a fix for: https://todo.sr.ht/~sircmpwn/aerc2/361
Using an unquoted backtick char is leading to a config error:

```
Failed to load config: missing closing key quote from '`
' to ''
```
This commit is contained in:
Zoltan Kalmar 2020-03-13 14:09:29 +01:00 committed by Drew DeVault
parent 3156d481fe
commit 8372e9e39f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ new-message-bell=true
# Marker to show before a pinned tab's name.
#
# Default: `
pinned-tab-marker=`
pinned-tab-marker='`'
# Describes the format string to use for the directory list
#