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:
parent
8328a16255
commit
7f3a556f3e
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue