Only visually wrap mails when sending and reading

The text remains unaltered. SPC SPC f can be used as a shortcut to toggle
wrapping lines and including format=flowed when sending.
This commit is contained in:
Charlotte Van Petegem 2022-01-28 15:01:30 +01:00
parent 8328a16255
commit 7f3a556f3e
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 17 additions and 0 deletions

View file

@ -122,6 +122,7 @@
;; major modes.
((text-mode prog-mode) . electric-pair-mode)
:custom
(fill-column 80 "Fill at column 80 instead of 70")
(create-lockfiles nil "I'm the only user on my devices and use emacs as a daemon, so don't clutter with lockfiles")
(inhibit-startup-screen t "Don't show default startup screen")
:config