diff --git a/configuration.org b/configuration.org index 750f6ea..3fa2126 100644 --- a/configuration.org +++ b/configuration.org @@ -305,7 +305,8 @@ member of the pair." (setq open character close character)) (unless (use-region-p) - (setq start (point) end (point))) + (setq start (point) + end (point))) (save-excursion (goto-char end) (insert-char close)