From 8b38d7a81ed9d42f856d516b317d190f3c43931f Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Thu, 19 Nov 2020 09:14:51 +0100 Subject: Require org-fc-cache later --- org-fc.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3