diff --git a/init.org b/init.org index f67cef6..23f9c04 100644 --- a/init.org +++ b/init.org @@ -766,7 +766,8 @@ (interactive "P") (save-excursion (let ((start (if (region-active-p) (region-beginning) (point-at-bol))) - (end (if (region-active-p) (region-end) (point-at-eol)))) + (end (if (region-active-p) (region-end) (point-at-eol))) + (fill-column most-positive-fixnum)) (goto-char end) (unless (region-active-p) (newline))