aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-05-03 09:28:04 +0100
committerYann Herklotz <git@yannherklotz.com>2022-05-03 09:28:04 +0100
commit79347636357ef50d6087b313834fe82d8063ad77 (patch)
treeff718ec821cf2dbebf16bf802813b6fa45d0c27b
parentf074b1bd08db7d5c401810cc627cff505ed44c1f (diff)
parentc598a81efa9f125d777f4d2dc5e4f5f248f67629 (diff)
downloaddotfiles-79347636357ef50d6087b313834fe82d8063ad77.tar.gz
dotfiles-79347636357ef50d6087b313834fe82d8063ad77.zip
Merge remote-tracking branch 'origin/master'
-rw-r--r--doom/config.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/doom/config.org b/doom/config.org
index 45fed0c..972a747 100644
--- a/doom/config.org
+++ b/doom/config.org
@@ -566,7 +566,9 @@
(append
'(("context"
"context --purgeall %s"
- TeX-run-command nil t :help "Run ConTeXt")) TeX-command-list)))
+ TeX-run-command nil t :help "Run ConTeXt")) TeX-command-list))
+ (map! :map ConTeXt-mode-map
+ "C-c ]" #'ebib-insert-citation))
;; Bibtex stuff
(use-package! ebib
@@ -586,7 +588,7 @@
(add-to-list 'ebib-citation-commands '(org-mode (("ref" "[cite:@%(%K%,)]"))))
(add-to-list 'ebib-citation-commands '(context-mode (("cite" "\\cite[%(%K%,)]")
("authoryear" "\\cite[authoryear][%(%K%,)]")
- ("authoryears" "\\cite[entry][%(%K%,)]")
+ ("authoryears" "\\cite[authoryears][%(%K%,)]")
("entry" "\\cite[entry][%(%K%,)]")
("authors" "\\cite[authors][%(%K%,)]"))))