summaryrefslogtreecommitdiff
path: root/shroud/ui.scm
diff options
context:
space:
mode:
Diffstat (limited to 'shroud/ui.scm')
-rw-r--r--shroud/ui.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/shroud/ui.scm b/shroud/ui.scm
index 75106c9..ab78010 100644
--- a/shroud/ui.scm
+++ b/shroud/ui.scm
@@ -116,7 +116,7 @@ ARGS is the list of arguments received by the 'throw' handler."
(define %default-config
`((database-file . ,(string-append (getenv "HOME") "/.config/shroud/db.gpg"))
- (gpg-binary . "gpg")))
+ (gpg-binary . ,%gpg)))
(define (load-config)
"Load and evaluate user configuration file."