Set default GPG recipient to myself (good for password-store)
This commit is contained in:
parent
93eb7fbdc6
commit
b2da1aa506
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ endif
|
|||
|
||||
g:csv_no_conceal = 1
|
||||
|
||||
g:GPGDefaultRecipients = [
|
||||
'Danielle McLean <dani@00dani.me>',
|
||||
]
|
||||
|
||||
g:markdown_folding = 1
|
||||
|
||||
g:ale_set_balloons = 1
|
||||
|
|
Loading…
Reference in a new issue