From ae559b055030a4ed1bad0760de7d6f943e2c82c3 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 10 Apr 2026 10:23:25 -0400 Subject: [PATCH] Add a few providers for bibretrieve --- global.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/global.org b/global.org index 3975f57..9afc1b8 100644 --- a/global.org +++ b/global.org @@ -3159,7 +3159,9 @@ #+begin_src emacs-lisp (byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (load "bibretrieve") - (setq bibretrieve-backends '(("msn" . 10))) + (setq bibretrieve-backends '(("msn" . 10) + ("arxiv" . 10) + ("zbm" . 5))) (require 'biblio) #+end_src