Enable the new biblio module instead of org-ref
This commit is contained in:
8
+org.el
8
+org.el
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user