summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-06 15:02:20 +0200
committerThanos Apollo <[email protected]>2024-02-06 15:02:20 +0200
commit51be603b7bf819b34864403fb3b913186cbaf2bd (patch)
tree60bf8b78ad53c74d5c21f86a0f32d48730a2aeb2
parentbd24eb3b529394f4259449df9182be92f73a76be (diff)
Add gnosis-push-command
-rw-r--r--gnosis.el5
1 files changed, 5 insertions, 0 deletions
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.")