From 3406434494d18df6ea1763aae248e34eb3133218 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Mon, 16 Nov 2020 17:09:06 +0100 Subject: Require cache by default --- org-fc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-fc.el b/org-fc.el index 3cecd94..b614869 100644 --- a/org-fc.el +++ b/org-fc.el @@ -510,6 +510,7 @@ If it is shorter than EXPECTED-LENGTH, it is filled using ;;; Card Indexing (AWK) (require 'org-fc-awk) +(require 'org-fc-cache) ;;; Card Initialization -- cgit v1.2.3