diff options
author | Thanos Apollo <[email protected]> | 2024-02-06 15:02:20 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-06 15:02:20 +0200 |
commit | 51be603b7bf819b34864403fb3b913186cbaf2bd (patch) | |
tree | 60bf8b78ad53c74d5c21f86a0f32d48730a2aeb2 /gnosis.el | |
parent | bd24eb3b529394f4259449df9182be92f73a76be (diff) |
Add gnosis-push-command
Diffstat (limited to 'gnosis.el')
-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.") |