Skip to content

Risky variable? #44

@AndreaCrotti

Description

@AndreaCrotti

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions