summaryrefslogtreecommitdiffstats
path: root/emacsconf-ical.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacsconf-ical.el')
-rw-r--r--emacsconf-ical.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsconf-ical.el b/emacsconf-ical.el
index e6e5e68..cf59a31 100644
--- a/emacsconf-ical.el
+++ b/emacsconf-ical.el
@@ -126,3 +126,5 @@
(expand-file-name emacsconf-year emacsconf-directory)))
(insert (emacsconf-format-as-ical (cdr entry)))))))
(seq-group-by (lambda (o) (plist-get o :track)) (or info (emacsconf-get-talk-info)))))
+
+(provide 'emacsconf-ical)