Move org package loading up, so as to not accidentally load org from emacs.
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
:config
|
||||
(load-theme 'zenburn t))
|
||||
|
||||
;;Org
|
||||
(use-package org
|
||||
:config
|
||||
(load "~/.emacs.d/elisp/org-setup.el"))
|
||||
(use-package org-ref)
|
||||
|
||||
;; My desktop environment
|
||||
;; EXWM
|
||||
;(use-package exwm
|
||||
@@ -154,11 +160,6 @@
|
||||
;; Racket
|
||||
(use-package racket-mode)
|
||||
|
||||
;;Org
|
||||
(use-package org)
|
||||
(use-package org-ref)
|
||||
(load "~/.emacs.d/elisp/org-setup.el")
|
||||
|
||||
;;Ivy related stuff
|
||||
(use-package ivy)
|
||||
(use-package ivy-bibtex)
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
'((sequence "TODO" "IN PROGRESS" "|" "DONE")))
|
||||
|
||||
;; org-ref
|
||||
(require 'org-ref)
|
||||
;(require 'org-ref)
|
||||
|
||||
(setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
|
||||
(setq org-ref-bibliography-notes "~/repos/csphy/pesquisa/paper-notes.org"
|
||||
|
||||
Reference in New Issue
Block a user