From 787713a152300c5456357d2252d841c085d1b87e Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Wed, 30 Jun 2021 14:30:45 +0200 Subject: [PATCH] Enable adaptive-fill-mode When filling long list items or quotes, all lines except for the first one should be indented by two spaces. Adaptive fill mode handles that. --- elpher.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpher.el b/elpher.el index 867868e..967a8ce 100644 --- a/elpher.el +++ b/elpher.el @@ -1487,7 +1487,7 @@ width defined by `elpher-gemini-max-fill-width'." (propertize text-line 'face 'elpher-gemini-quoted)) (t text-line)) text-line)) - (adaptive-fill-mode nil)) + (adaptive-fill-mode t)) (insert (elpher-process-text-for-display processed-text-line)) (newline))) -- 2.20.1