aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_emacs2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_emacs b/dot_emacs
index bbb1bd2..955b31f 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -685,6 +685,8 @@ Returns a formatted BibTeX entry."
("’" . "'") ; RIGHT SINGLE QUOTATION MARK
("“" . "``")
("′" . "'") ; PRIME
+ ("∇" . "$\\\\nabla$")
+ ("ι" . "$\\\\iota$")
("”" . "''"))
org-ref-nonascii-latex-replacements))
(defun my/org-ref-format-url-if-doi ()