9 lines
252 B
Scheme
9 lines
252 B
Scheme
|
;; This is a plugin configuration file, don't remove it!
|
||
|
|
||
|
;; Uncomment following lines to enable plugins.
|
||
|
;; Make sure you import the plugin modules here.
|
||
|
(define-module (artanis plugins)
|
||
|
#:use-module (artanis oht))
|
||
|
|
||
|
;; (plugin-enable! name handler)
|