diff options
author | Leon Rische <leon.rische@me.com> | 2020-11-19 09:14:51 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2020-11-19 09:14:51 +0100 |
commit | 8b38d7a81ed9d42f856d516b317d190f3c43931f (patch) | |
tree | adb8b4140d74e1735374929a64846fdb6ec42389 /org-fc.el | |
parent | bf7478061b2d8dd9ca69f3a8ec14a23ce14aa283 (diff) |
Require org-fc-cache later
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) |