summaryrefslogtreecommitdiff
path: root/org-fc.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-11-19 09:14:51 +0100
committerLeon Rische <leon.rische@me.com>2020-11-19 09:14:51 +0100
commit8b38d7a81ed9d42f856d516b317d190f3c43931f (patch)
treeadb8b4140d74e1735374929a64846fdb6ec42389 /org-fc.el
parentbf7478061b2d8dd9ca69f3a8ec14a23ce14aa283 (diff)
Require org-fc-cache later
Diffstat (limited to 'org-fc.el')
-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)