From 9f362946f2b94a93fb63f0865f2ceff2b85af03e Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 3 Aug 2020 10:57:44 +0200 Subject: [Testing] Disable format=flowed --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs-init.org') 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)) -- cgit v1.2.3