summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-17 21:56:14 +0200
committerThanos Apollo <[email protected]>2024-02-17 21:56:14 +0200
commit2b05af78537170bd53ccbd07f998b9a4082eb3b6 (patch)
tree5d98b68bc93516be0bcd9edf6584d6f58721910a
parentfd62f09b6ec9745789ba07646bb89afa633484ae (diff)
Remove gnosis-auto-push-command
-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)