summaryrefslogtreecommitdiff
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
parentdaab72015307d7677ca1cf83997b8947d6f55df5 (diff)
Fix file footrs
-rw-r--r--org-fc-audio.el4
-rw-r--r--org-fc-awk.el3
-rw-r--r--org-fc-keymap-hint.el2
3 files changed, 7 insertions, 2 deletions
diff --git a/org-fc-audio.el b/org-fc-audio.el
index 38f402c..950c836 100644
--- a/org-fc-audio.el
+++ b/org-fc-audio.el
@@ -80,4 +80,8 @@ Look up the file from PROPERTY."
'org-fc-after-setup-hook
(lambda () (org-fc-audio-play org-fc-audio-property-after)))
+;;; Footer
+
(provide 'org-fc-audio)
+
+;;; org-fc-audio.el ends here
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
diff --git a/org-fc-keymap-hint.el b/org-fc-keymap-hint.el
index 5cb8e7e..c910b22 100644
--- a/org-fc-keymap-hint.el
+++ b/org-fc-keymap-hint.el
@@ -67,4 +67,4 @@
(provide 'org-fc-keymap-hint)
-;;; org-fc.el ends here
+;;; org-fc-keymap-hint.el ends here