diff options
author | Leon Rische <leon.rische@me.com> | 2021-03-07 15:53:14 +0100 |
---|---|---|
committer | Leon Rische <leon.rische@me.com> | 2021-03-07 15:53:14 +0100 |
commit | 43bb7ab15c37b452418e1a9095e01e56d56c5ef8 (patch) | |
tree | ea240bd26fde4f41e14d93a8cf0cc432518c01eb /org-fc-awk.el | |
parent | bb83211fc9dd09f744a9e1a6d25edfc2a2a5cc5c (diff) |
Extract core functions
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r-- | org-fc-awk.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org-fc-awk.el b/org-fc-awk.el index 24d010b..1f060e6 100644 --- a/org-fc-awk.el +++ b/org-fc-awk.el @@ -25,6 +25,9 @@ ;; ;; ;;; Code: + +(require 'org-fc-core) + ;;;; Shell wrappers (defun org-fc-awk--find (paths) |