Selaa lähdekoodia

oc-biblatex: Add missing shortcut

* lisp/oc-biblatex.el (org-cite-biblatex-style-shortcuts): Add missing shortcut.
Nicolas Goaziou 3 vuotta sitten
vanhempi
commit
cfffdf5e1a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      lisp/oc-biblatex.el

+ 1 - 0
lisp/oc-biblatex.el

@@ -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")