aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-03 00:58:40 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-03 00:58:40 +0200
commit68647d3c1aa8130df878223638bc54c5d332cc5e (patch)
tree70a894c41aec4888a7eb1a9bf1cf55255e161bba /module/vcomponent.scm
parentMinor fixups. (diff)
downloadcalp-68647d3c1aa8130df878223638bc54c5d332cc5e.tar.gz
calp-68647d3c1aa8130df878223638bc54c5d332cc5e.tar.xz
Move <events> methods to own module for easier loading.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index bcadbd97..1272cea1 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -3,10 +3,12 @@
:use-module (util config)
:use-module (vcomponent base)
:use-module (vcomponent parse)
+ :use-module (vcomponent instance methods)
:re-export (make-vcomponent
parse-cal-path parse-calendar))
-(re-export-modules (vcomponent base))
+(re-export-modules (vcomponent base)
+ (vcomponent instance methods))
(define-config calendar-files '()
"Which files to parse. Takes a list of paths or a single string which will be globbed."