oc-biblatex: Add missing shortcut

* lisp/oc-biblatex.el (org-cite-biblatex-style-shortcuts): Add missing shortcut.
This commit is contained in:
Nicolas Goaziou 2021-12-12 16:09:24 +01:00
parent e995e069ca
commit cfffdf5e1a
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ names. See `org-cite-biblatex-style-shortcuts'."
(defcustom org-cite-biblatex-style-shortcuts
'(("a" . "author")
("b" . "bare")
("bc" . "bare-caps")
("c" . "caps")
("cf" . "caps-full")
("f" . "full")