summaryrefslogtreecommitdiff
path: root/org-fc-awk.el
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-09-22 12:31:23 +0200
committerLeon Rische <leon.rische@me.com>2020-09-22 12:31:23 +0200
commit9ffbd94ce55c05ff5cde81ba48a5e3cda4fc9066 (patch)
tree63754a03f148dbc220054931aaf980561c92d59c /org-fc-awk.el
parentdaab72015307d7677ca1cf83997b8947d6f55df5 (diff)
Fix file footrs
Diffstat (limited to 'org-fc-awk.el')
-rw-r--r--org-fc-awk.el3
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