aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/config.scm')
-rw-r--r--module/calp/html/config.scm9
1 files changed, 2 insertions, 7 deletions
diff --git a/module/calp/html/config.scm b/module/calp/html/config.scm
index 08a4b2e8..c5a4e4c0 100644
--- a/module/calp/html/config.scm
+++ b/module/calp/html/config.scm
@@ -4,16 +4,11 @@
:use-module (calp translation)
)
-(define-public debug (make-parameter #f))
(define-config debug #f
- description: (_ "Places the generated thingy in debug mode")
- post: debug)
+ description: (_ "Places the generated thingy in debug mode"))
;;; NOTE edit mode should preferably depend on login-status of the user
;;; but this works for the time being.
-(define-public edit-mode (make-parameter #t))
(define-config edit-mode #t
- description: (_ "Makes the document editable")
- post: edit-mode)
-
+ description: (_ "Makes the document editable"))