From f6a0c5de9331e3a3b92ca806d9c301d5a7891b8d Mon Sep 17 00:00:00 2001 From: Denis Smirnov Date: Mon, 19 Jul 2021 17:41:42 +0300 Subject: Add require to subr-x for if-let macro (fixed compiling without preloaded subr-x) --- org-fc-core.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org-fc-core.el') 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 -- cgit v1.2.3