Remove require for org-ref, as I've been using use-package for a long time.
This commit is contained in:
@@ -74,9 +74,6 @@
|
|||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence "TODO" "IN PROGRESS" "|" "DONE")))
|
'((sequence "TODO" "IN PROGRESS" "|" "DONE")))
|
||||||
|
|
||||||
;; org-ref
|
|
||||||
;(require 'org-ref)
|
|
||||||
|
|
||||||
(setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
|
(setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
|
||||||
(setq org-ref-bibliography-notes "~/repos/csphy/pesquisa/paper-notes.org"
|
(setq org-ref-bibliography-notes "~/repos/csphy/pesquisa/paper-notes.org"
|
||||||
org-ref-default-bibliography '("~/repos/csphy/pesquisa/vis.bib")
|
org-ref-default-bibliography '("~/repos/csphy/pesquisa/vis.bib")
|
||||||
|
|||||||
Reference in New Issue
Block a user