Skip to content

Commit

Permalink
Extract core functions
Browse files Browse the repository at this point in the history
  • Loading branch information
l3kn committed Mar 7, 2021
1 parent bb83211 commit 43bb7ab
Show file tree
Hide file tree
Showing 16 changed files with 699 additions and 674 deletions.
2 changes: 2 additions & 0 deletions org-fc-algo-sm2.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

(require 'cl-lib)

(require 'org-fc-core)

(defmacro org-fc-property (symbol standard doc &rest args)
(let (defcustom-args property reader)
(while args
Expand Down
2 changes: 1 addition & 1 deletion org-fc-audio.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
;;
;;; Code:

(require 'org-fc)
(require 'org-fc-core)

(defcustom org-fc-audio-before-setup-property "FC_AUDIO_BEFORE_SETUP"
"Name of the property to use for storing before-setup audio files."
Expand Down
3 changes: 3 additions & 0 deletions org-fc-awk.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
;;
;;
;;; Code:

(require 'org-fc-core)

;;;; Shell wrappers

(defun org-fc-awk--find (paths)
Expand Down
2 changes: 2 additions & 0 deletions org-fc-cache.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

;;; Code:

(require 'org-fc-core)

;;; Queue / Processing of Files

(defvar org-fc-cache
Expand Down
Loading

0 comments on commit 43bb7ab

Please sign in to comment.