summaryrefslogtreecommitdiff
path: root/org-fc-core.el
diff options
context:
space:
mode:
authorDenis Smirnov <mithraen@altlinux.org>2021-07-19 17:41:42 +0300
committerDenis Smirnov <mithraen@altlinux.org>2021-07-19 17:41:42 +0300
commitf6a0c5de9331e3a3b92ca806d9c301d5a7891b8d (patch)
tree3b5b1cde0756a978d65d43c0dc25edbc59df8788 /org-fc-core.el
parent6bd858aa6935369184d9e01c3deb338b6a5d61c4 (diff)
Add require to subr-x for if-let macro (fixed compiling without preloaded subr-x)
Diffstat (limited to 'org-fc-core.el')
-rw-r--r--org-fc-core.el2
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