diff options
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r-- | org-fc-awk.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org-fc-awk.el b/org-fc-awk.el index 70dcae6..6e23b31 100644 --- a/org-fc-awk.el +++ b/org-fc-awk.el @@ -22,6 +22,7 @@ ;; ;; ;;; Code: +;;;; Shell wrappers (defun org-fc-awk--find (paths) "Generate shell code to search PATHS for org files. @@ -131,4 +132,4 @@ Return nil there is no history file." (provide 'org-fc-awk) -;;; org-fc-hydra.el ends here +;;; org-fc-awk.el ends here |