Support for templates

This commit is contained in:
Manuel Ebert 2015-07-01 22:23:00 -07:00
parent 43bb1f1cb2
commit 7c6b2e4bce
5 changed files with 31 additions and 9 deletions

View file

@ -47,6 +47,7 @@ default_config = {
},
'editor': os.getenv('VISUAL') or os.getenv('EDITOR') or "",
'encrypt': False,
'template': False,
'default_hour': 9,
'default_minute': 0,
'timeformat': "%Y-%m-%d %H:%M",