diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2021-02-09 17:28:25 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2021-02-09 17:28:25 -0500 |
commit | fce45b07db87680b982e3afd5df1a7806d41bcba (patch) | |
tree | b6fa99367f571b6b5e16e20db87f1477b5af443d /rt-liberation.el | |
parent | 0a24ff91660feb188aacf54afa62ea246e6f6836 (diff) |
* rt-liberation.el: disable filling for now
See explanation in previous commit.
Diffstat (limited to 'rt-liberation.el')
-rw-r--r-- | rt-liberation.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt-liberation.el b/rt-liberation.el index 66570ee..92886c4 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1421,9 +1421,9 @@ ASSOC-BROWSER if non-nil should be a ticket browser." (while (re-search-forward "^ " (point-max) t) (replace-match "")) ;; fill - (let ((paragraph-separate ">[[:space:]]+$")) - (fill-region (point-min) - (point-max))) + ;; (let ((paragraph-separate ">[[:space:]]+$")) + ;; (fill-region (point-min) + ;; (point-max))) ;; finally (buffer-substring (point-min) (point-max)))) |