From e514b226f925dee25c3f06fa70865a50c5e0653e Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 27 Aug 2020 15:10:20 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20ar=CF=87iv=20backend=20from=20bibretri?= =?UTF-8?q?eve?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The backend is broken --- global.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.org b/global.org index 2fbd395..2b817b4 100644 --- a/global.org +++ b/global.org @@ -1460,7 +1460,7 @@ #+BEGIN_SRC emacs-lisp (byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (load "bibretrieve") - (setq bibretrieve-backends '(("mrl" . 8) ("arxiv" . 5))) + (setq bibretrieve-backends '(("msn" . 10))) (require 'biblio) #+END_SRC ** TODO KDE integration