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. 6
      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

Loading…
Cancel
Save