summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.")