summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el13
1 files changed, 1 insertions, 12 deletions
diff --git a/gnosis.el b/gnosis.el
index 94e56a7..0750e87 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -65,7 +65,7 @@ between two strings to consider them as similar."
:group 'gnosis)
(defcustom gnosis-auto-push nil
- "Automatically run `gnosis-auto-push-command' at the end of every review session."
+ "Run `git push' at the end of every review session."
:type 'boolean
:group 'gnosis)
@@ -78,17 +78,6 @@ framework's minibuffer."
:type 'boolean
:group 'gnosis)
-(defcustom gnosis-auto-push-command "push"
- "Git shell command to run at the end of a review session.
-
-Command specified will be executed when `gnosis-auto-push' is enabled.
-
-It should be provided as a string without the `git' prefix, assuming
-that git is available in the system's PATH. For example, setting it
-to \"push\" will execute the command 'git push'."
- :type 'string
- :group 'gnosis)
-
(defcustom gnosis-completing-read-function
(cond ((or (bound-and-true-p ivy-mode)
(bound-and-true-p helm-mode)