aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2020-12-04 09:38:55 -0500
committerRyan Kavanagh <rak@rak.ac>2020-12-04 09:38:55 -0500
commit1c51190ec26435059a02aa0f4a214339dc7fbc2e (patch)
tree96c8dd623bbb8d073650050ea6b378a8494ef0e6 /.emacs
parentirssi config (diff)
Fix example environment for latex in emacs
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index c6a62cb..3ccf519 100644
--- a/.emacs
+++ b/.emacs
@@ -758,7 +758,7 @@ If not, issue a warning."
("corollary" ?c "cor:%F:" "~\\ref{%s}" t ("corollary" "cor.") -3)
("lemma" ?l "lemma:%F:" "~\\ref{%s}" t ("lemma" "lem.") -3)
("conjecture" ?j "conj:%F:" "~\\ref{%s}" t ("conjecture" "conj.") -3)
- ("example" ?e "ex:%F:" "~\\ref{%s}" t ("example" "ex.") -3)
+ ("example" ?X "ex:%F:" "~\\ref{%s}" t ("example" "ex.") -3)
("figure" ?F "fig:%F:" "~\\ref{%s}" t ("figure" "fig.") -3)
("ax" ?a "ax:%F:" "~\\ref{%s}" t ("axiom" "ax.") -3)
("thm" ?h "theorem:%F:" "~\\ref{%s}" t ("theorem" "th.") -3)