Skip to content

Commit

Permalink
Merge pull request #1098 from PhDyellow/master
Browse files Browse the repository at this point in the history
Fix compilation error for org-ref-refproc under Nix
  • Loading branch information
jkitchin authored Oct 27, 2023
2 parents e8518f4 + 11013e7 commit 1773de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-ref-ref-links.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

;;; Code:
(eval-and-compile (require 'org-macs))
(eval-and-compile (require 'ol))
(require 'hydra)

(defcustom org-ref-default-ref-type "ref"
Expand Down

0 comments on commit 1773de6

Please sign in to comment.