diff options
author | noa | 2024-09-17 09:45:20 +0800 |
---|---|---|
committer | noa | 2024-09-17 09:45:20 +0800 |
commit | 76b7c4efe52bb32d049c5b834e5b6004781e088d (patch) | |
tree | 446d53e5c6f1512db45e769d22c80e59dcefae86 | |
parent | e41bc366a2ecc010f57064d32d0c7b595fa1ccc4 (diff) |
Remove bibliography configuration
-rw-r--r-- | emacs/init.el | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/emacs/init.el b/emacs/init.el index 9194462..4eea93d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1356,28 +1356,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." load-prefer-newer t ediff-window-setup-function 'ediff-setup-windows-plain) -;; Bibliography management -;; We use ebib to browse the bibliography. - -(setopt ebib-preload-bib-files '("~/Documents/references.bib")) -(setopt org-cite-global-bibliography '("~/Documents/references.bib")) - -;; The biblio package allows us to import references from online sources. - -(package-ensure 'biblio) -(require 'ebib-biblio) -(with-eval-after-load 'ebib - (define-key ebib-index-mode-map (kbd "B") #'ebib-biblio-import-doi) - (define-key biblio-selection-mode-map (kbd "e") #'ebib-biblio-selection-import)) - -(setopt biblio-download-directory "~/media/papers") - -;; Taking notes on papers: -(setopt ebib-notes-directory "~/Documents") -(setopt ebib-notes-locations '("~/Documents/references.org")) -(setopt ebib-notes-default-file "~/Documents/references.org") -(setopt ebib-notes-storage 'multiple-notes-per-file) - ;;; Voice notes transcription (require 'audio-notes-mode) (setq anm/notes-directory "~/Documents/Voice notes/") |