From 51be603b7bf819b34864403fb3b913186cbaf2bd Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 6 Feb 2024 15:02:20 +0200 Subject: Add gnosis-push-command --- gnosis.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index 93bdb61..587b64d 100644 --- a/gnosis.el +++ b/gnosis.el @@ -74,6 +74,11 @@ between two strings to consider them as similar." :type 'integer :group 'gnosis) +(defcustom gnosis-push-command nil + "Command to run to push " + :type 'string + group 'gnosis) + (defvar gnosis-images-dir (expand-file-name "images" gnosis-dir) "Gnosis images directory.") -- cgit v1.2.3