Add biblio.el

Apparently bibretrieve has dropped support for arχiv.  This new
package replaces this functionality
master
Jacopo De Simoi 6 years ago
parent 760f695f53
commit 6ecc2d3241
  1. 4
      global.org

@ -40,7 +40,8 @@
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(let ((default-directory "~/.emacs.d/")) (let ((default-directory "~/.emacs.d/"))
(normal-top-level-add-subdirs-to-load-path) (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" "multiple-cursors.el"
"expand-region.el" "expand-region.el"
"dash.el" "dash.el"
@ -1345,6 +1346,7 @@
(byte-recompile-directory "~/.emacs.d/bibretrieve" 0) (byte-recompile-directory "~/.emacs.d/bibretrieve" 0)
(load "bibretrieve") (load "bibretrieve")
(setq bibretrieve-backends '(("mrl" . 8) ("arxiv" . 5))) (setq bibretrieve-backends '(("mrl" . 8) ("arxiv" . 5)))
(require 'biblio)
#+END_SRC #+END_SRC
** TODO KDE integration ** TODO KDE integration
*** TODO cleanup and split *** TODO cleanup and split

Loading…
Cancel
Save