Skip to content

Commit

Permalink
move where openalex is loaded. See issue #1105.
Browse files Browse the repository at this point in the history
This seems like a better place to load this anyway.
  • Loading branch information
Your Name committed Feb 1, 2024
1 parent 26d5b2f commit b1ceada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions org-ref-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
(require 'org-ref-utils)
(require 'org-ref-bibtex)
(require 'org-ref-glossary)
(require 'openalex)


;;* Custom variables
Expand Down
2 changes: 1 addition & 1 deletion org-ref.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
;;; Code:

(require 'org-ref-core)
(require 'openalex)


(setq org-ref-insert-link-function 'org-ref-insert-link
org-ref-insert-cite-function 'org-ref-insert-cite-link
Expand Down

0 comments on commit b1ceada

Please sign in to comment.