diff options
author | Thanos Apollo <[email protected]> | 2024-02-17 21:56:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-17 21:56:14 +0200 |
commit | 2b05af78537170bd53ccbd07f998b9a4082eb3b6 (patch) | |
tree | 5d98b68bc93516be0bcd9edf6584d6f58721910a /gnosis.el | |
parent | fd62f09b6ec9745789ba07646bb89afa633484ae (diff) |
Remove gnosis-auto-push-command
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -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) |