diff options
Diffstat (limited to 'emacs/init.el')
| -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/") | 
