From: Alex Schroeder Date: Wed, 30 Jun 2021 12:30:45 +0000 (+0200) Subject: Enable adaptive-fill-mode X-Git-Tag: bookmarks~10 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=787713a152300c5456357d2252d841c085d1b87e 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. --- 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)))