diff options
Diffstat (limited to 'org-fc.el')
-rw-r--r-- | org-fc.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |