diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-28 15:58:30 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-28 15:58:30 -0500 |
commit | 662df9e01ec7c47ceb72b381aa6dc2d87fa9476a (patch) | |
tree | 46a0438a951a626e339f7ceba5ef4c5ff19c4836 /dot_emacs | |
parent | ignore jan6 in catgirl (diff) |
fix typo in .emacs
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -642,7 +642,7 @@ If not, issue a warning." ("Reason Papers") ("Reprints in Theory and Applications of Categories") ("Rice University Studies") - ("Rice University Studies")) + ("Rice University Studies") ("SICOMP" "SIAM Journal on Computing") ("Science") ("TAC" "Theory and Applications of Categories") @@ -653,7 +653,7 @@ If not, issue a warning." ("The Voice") ("Topoi") ("Transactions of the American Mathematical Society") - ("{ACM} {SIGACT} News" "ACM SIGACT News"))) + ("{ACM} {SIGACT} News" "ACM SIGACT News")))) (use-package org-ref-core :ensure org-ref |