From 2b05af78537170bd53ccbd07f998b9a4082eb3b6 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 17 Feb 2024 21:56:14 +0200 Subject: Remove gnosis-auto-push-command --- gnosis.el | 13 +------------ 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3