diff options
-rw-r--r-- | org-fc-audio.el | 4 | ||||
-rw-r--r-- | org-fc-awk.el | 3 | ||||
-rw-r--r-- | org-fc-keymap-hint.el | 2 |
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 |