From 14e07a754825de312027a000ca542eb18f51c9d7 Mon Sep 17 00:00:00 2001
From: Ryan Kavanagh <rak@debian.org>
Date: Sun, 23 Feb 2020 11:49:06 -0500
Subject: load org-ref* after helm-bibtex

---
 .emacs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.emacs b/.emacs
index 7cf7b83..523f226 100644
--- a/.emacs
+++ b/.emacs
@@ -538,7 +538,7 @@ Otherwise split the current paragraph into one sentence per line."
 
 (use-package org-ref
   :ensure t
-  :requires helm-bibtex)
+  :after helm-bibtex)
 
 (use-package org-ref-arxiv
   :ensure org-ref)
@@ -589,7 +589,7 @@ If not, issue a warning."
 
 (use-package org-ref-core
   :ensure org-ref
-  :requires helm-bibtex
+  :after helm-bibtex
   :config
   (defun org-ref-rak-title-case-english ()
     "Call org-ref-title-case only if the language field is set
-- 
cgit v1.2.3