bibsnarf is dead, long live bibretrieve

master
Jacopo De Simoi 12 years ago
parent 4529128ed9
commit f0a4778f24
  1. 8
      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)

Loading…
Cancel
Save