From f0a4778f24ce9a3d699d2d926997414d03d7123c Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 16 Apr 2014 09:24:39 -0400 Subject: [PATCH] bibsnarf is dead, long live bibretrieve --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 427756a..c34a492 100644 --- a/init.el +++ b/init.el @@ -6,6 +6,7 @@ '(TeX-newline-function (quote reindent-then-newline-and-indent)) '(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosaves/\\1" t)))) '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup/")))) + '(bsn-backends (quote (msn))) '(case-fold-search t) '(compilation-auto-jump-to-first-error t) '(current-language-environment "English") @@ -83,7 +84,6 @@ (setq font-latex-fontify-script nil) (setq LaTeX-equation-label "e_") (setq LaTeX-section-label "s_") -(load "~/bibsnarf.el" nil t t) (require 'reftex) ;; KDE stuff @@ -336,6 +336,12 @@ This is the same as using \\[set-mark-command] with the prefix argument." ;; (define-key global-map [remap exchange-point-and-mark] 'exchange-point-and-mark-no-activate) (add-to-list 'load-path "~/.emacs.d") + +(add-to-list 'load-path "~/.emacs.d/bibretrieve") +(byte-recompile-directory "~/.emacs.d/bibretrieve" 0) +(load "bibretrieve") + + ;; (require 'wordnik) ;; (setq wordnik-api-key "fa815fa92045b7fa23699014d0a01c081b3d9c3c761292bf3")(kbd "H-=") synonym-at-point)