From b09c8b118e9b9299a15714d75f297e0baadc9240 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 1 Jul 2018 07:20:00 +0200 Subject: [PATCH] Use standard backends for bibretrieve --- custom.el | 1 - 1 file changed, 1 deletion(-) diff --git a/custom.el b/custom.el index 75c29b9..57f031f 100644 --- a/custom.el +++ b/custom.el @@ -11,7 +11,6 @@ '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup/")))) '(beacon-blink-duration 0.15) '(beacon-color "#969696") - '(bibretrieve-backends (quote (("msn" . 9) ("mrl" . 8) ("arxiv" . 5)))) '(bsn-backends (quote (msn))) '(case-fold-search t) '(compilation-auto-jump-to-first-error t)