diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-06-03 01:36:19 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-06-03 01:37:50 +0200 |
commit | 0211fbccf35bcc11dc22f389b96582260245ff78 (patch) | |
tree | f2cf3a2f3d9cdd65c25cfaa0e3f51d76498d5ce0 /alot | |
parent | 1c1229026ebd33e54c96f43ca8721dfaab349b78 (diff) | |
download | dotfiles-0211fbccf35bcc11dc22f389b96582260245ff78.tar.xz |
alot: Workaround for fucky bugs
https://github.com/pazz/alot/issues/1212
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'alot')
-rw-r--r-- | alot/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/alot/config b/alot/config index 9408aa0..d997000 100644 --- a/alot/config +++ b/alot/config @@ -4,7 +4,10 @@ handle_mouse = True history_size = -1 auto_replyto_mailinglist = True #prefer_plaintext = True -terminal_cmd = "termite -e" +editor_in_thread = True +editor_spawn = True +editor_cmd = "nvim %s" +terminal_cmd = "term" [accounts] [[private]] |