summaryrefslogtreecommitdiff
path: root/org-fc-type-normal.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2021-03-07 15:53:14 +0100
committerLeon Rische <leon.rische@me.com>2021-03-07 15:53:14 +0100
commit43bb7ab15c37b452418e1a9095e01e56d56c5ef8 (patch)
treeea240bd26fde4f41e14d93a8cf0cc432518c01eb /org-fc-type-normal.el
parentbb83211fc9dd09f744a9e1a6d25edfc2a2a5cc5c (diff)
Extract core functions
Diffstat (limited to 'org-fc-type-normal.el')
-rw-r--r--org-fc-type-normal.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/org-fc-type-normal.el b/org-fc-type-normal.el
index 011541f..2325e3e 100644
--- a/org-fc-type-normal.el
+++ b/org-fc-type-normal.el
@@ -24,6 +24,8 @@
;;
;;; Code:
+(require 'org-fc-core)
+
(defun org-fc-type-normal-init ()
"Mark headline as card of the normal type."
(interactive)