diff --git a/custom/org-format.el b/custom/org-format.el index 9167c48..02d4442 100644 --- a/custom/org-format.el +++ b/custom/org-format.el @@ -29,6 +29,9 @@ (while (re-search-forward "'" nil t) (replace-match "’")) (goto-char (point-min)) + (while (re-search-forward "“ …" nil t) + (replace-match "“…")) + (goto-char (point-min)) (while (re-search-forward " +" nil t) (replace-match " ")) (goto-char (point-min))