From 43bb7ab15c37b452418e1a9095e01e56d56c5ef8 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Sun, 7 Mar 2021 15:53:14 +0100 Subject: Extract core functions --- org-fc-type-cloze.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org-fc-type-cloze.el') diff --git a/org-fc-type-cloze.el b/org-fc-type-cloze.el index 9f0cffd..78b76ee 100644 --- a/org-fc-type-cloze.el +++ b/org-fc-type-cloze.el @@ -24,6 +24,8 @@ ;; ;;; Code: +(require 'org-fc-core) + (defcustom org-fc-type-cloze-type-property "FC_CLOZE_TYPE" "Property used to store the card's subtype for cloze cards." :type 'string -- cgit v1.2.3