From 0211fbccf35bcc11dc22f389b96582260245ff78 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 3 Jun 2018 01:36:19 +0200 Subject: alot: Workaround for fucky bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/pazz/alot/issues/1212 Signed-off-by: Johannes Löthberg --- alot/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]] -- cgit v1.2.3-54-g00ecf