Enable the new biblio module instead of org-ref

This commit is contained in:
2020-04-22 03:05:32 +02:00
parent 896a13b2cd
commit 661e49ba17
3 changed files with 16 additions and 24 deletions

View File

@@ -26,8 +26,6 @@
:deadline future)))
:config
(org-super-agenda-mode))
;; Show inline images by default
(setq org-startup-with-inline-images t)
;; Add timestamp to DONE task
(setq org-log-done 'time)
;; Print babel results to the buffer
@@ -39,9 +37,3 @@
(add-to-list 'org-latex-packages-alist '("AUTO" "babel" t ("pdflatex")))
;; Don't evaluate code blocks on export
(setq org-export-use-babel nil)
;; Configure org-ref
(use-package! org-ref
:after org
:init
(setq org-ref-default-bibliography '("~/Documents/Education/Other/References.bib"))
:config)