summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-fc.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/org-fc.el b/org-fc.el
index b614869..515dc99 100644
--- a/org-fc.el
+++ b/org-fc.el
@@ -510,7 +510,6 @@ If it is shorter than EXPECTED-LENGTH, it is filled using
;;; Card Indexing (AWK)
(require 'org-fc-awk)
-(require 'org-fc-cache)
;;; Card Initialization
@@ -1502,6 +1501,10 @@ Pauses the review, unnarrows the buffer and activates
(require 'org-fc-dashboard)
+;;; Cache
+
+(require 'org-fc-cache)
+
;;; Footer
(provide 'org-fc)