Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RE: disable automatic update check #3526 #3907

Conversation

tenthousandfailures
Copy link
Contributor

Referring to Spacemacs issues:

How to disable fetching new package repository indexes (internet update packages) #3438
disable automatic update check #3526

My first proposed patch to spacemacs which allows a user can set an override in their .spacemacs file to disable spacemacs from checking for new versions of itself. Works similarly to how the "develop" branch check works but supersedes that one.

dotspacemacs-version-check-enable t
;; If non nil then checking for updates is enabled

(message "Start checking for new version...")
(async-start
`(lambda ()
,(async-inject-variables "\\`user-emacs-directory\\'")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this one line while developing

@tenthousandfailures
Copy link
Contributor Author

I'll fix the one missing line and resubmit abother one

@tenthousandfailures
Copy link
Contributor Author

Replace with
#3908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant