Narrow text body when composing/replying to mails

Subject: Narrow text body when composing/replying to mails

Date: Sun, 25 Feb 2024 09:52:48 +0100

To: notmuch@notmuchmail.org

Cc:

From: Jan Detke


Hello all,

I am using notmuch with the emacs frontend.With that I got an issue where my text body is verry narrow while
composing/replying to mails (as you can see). To get rid of this, I
added the follwoing to my config file:

```
  (add-hook! 'notmuch-message-mode-hook #'turn-on-visual-line-mode)
  (add-hook! 'notmuch-message-mode-hook #'turn-off-auto-fill)
```

But this did not work out for me. Any suggestion here?

-- 
Jan Detke
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: