diff --git a/custom/org-format.el b/custom/org-format.el index 5f71c4d..0238648 100644 --- a/custom/org-format.el +++ b/custom/org-format.el @@ -7,6 +7,9 @@ (while (re-search-forward " –" nil t) (replace-match " –")) (goto-char (region-beginning)) + (while (re-search-forward "/ –" nil t) + (replace-match "/ –")) ;; italics won’t work otherwise + (goto-char (region-beginning)) (while (re-search-forward " \\.\\.\\." nil t) (replace-match " …")) (goto-char (region-beginning))