-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I have a project with notes set to auto push, and for every single file it asks me to confirm.
I finally understood that it's because the var itself is declared as risky, but does it need to be?
(defcustom gac-automatically-push-p nil
"Automatically push after each commit.
If non-nil a git push will be executed after each commit."
:tag "Automatically push"
:group 'git-auto-commit-mode
:type 'boolean
:risky t)
(make-variable-buffer-local 'gac-automatically-push-p)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels