From 6ecc2d3241089dcd94efb539a1aac3656e9e80b5 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 4 Aug 2020 21:12:31 -0400 Subject: [PATCH] Add biblio.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apparently bibretrieve has dropped support for arχiv. This new package replaces this functionality --- global.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/global.org b/global.org index 4537634..759565e 100644 --- a/global.org +++ b/global.org @@ -40,11 +40,12 @@ #+BEGIN_SRC emacs-lisp (let ((default-directory "~/.emacs.d/")) (normal-top-level-add-subdirs-to-load-path) - (normal-top-level-add-to-load-path '("fringe-helper.el" + (normal-top-level-add-to-load-path '("biblio.el" + "fringe-helper.el" "multiple-cursors.el" "expand-region.el" "dash.el" - "webpaste.el"))) + "webpaste.el"))) #+END_SRC Put autosave files (ie #foo#) and backup files (ie foo~) in ~/.emacs.d/. create the autosave dir if necessary, since emacs won't. @@ -1345,6 +1346,7 @@ (byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (load "bibretrieve") (setq bibretrieve-backends '(("mrl" . 8) ("arxiv" . 5))) + (require 'biblio) #+END_SRC ** TODO KDE integration *** TODO cleanup and split