diff options
-rw-r--r-- | org-fc-core.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org-fc-core.el b/org-fc-core.el index 3323f11..db4ff86 100644 --- a/org-fc-core.el +++ b/org-fc-core.el @@ -30,6 +30,8 @@ (require 'org-indent) (require 'org-element) +(require 'subr-x) + ;;; Customization (defgroup org-fc nil |