diff options
-rw-r--r-- | gnosis.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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.") |