summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-08-03 10:57:44 +0200
committerfpi2020-08-03 18:06:16 +0200
commit9f362946f2b94a93fb63f0865f2ceff2b85af03e (patch)
tree6cfd568fbb38c48f538a51a1890c523416e2eee6 /emacs-init.org
parentMerge branch 'gnus+' into emacs (diff)
[Testing] Disable format=flowed
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index a91a2ea..bf2d1c0 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -4983,7 +4983,7 @@ Hard new lines are identified using a ~hard~ text property and
displayed as =⏎=. We need to make sure all newlines inserted by
message initialization (signature, ...) also have this text property.
For now I use this bad code.
-#+BEGIN_SRC emacs-lisp
+#+BEGIN_SRC emacs-lisp :tangle no
(use-package messages-are-flowing
:straight t
:config (add-hook 'message-mode-hook 'messages-are-flowing-use-and-mark-hard-newlines))