From af05c4931b4e623cad9c1a3a6638d1e04de521f6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 22 Dec 2020 09:14:06 -0800 Subject: [PATCH] turn off paradox github integration --- emacs_el/configuration/don-configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 5778d4e..142fd79 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -79,7 +79,9 @@ load [[https://github.com/jwiegley/use-package/][use-package]] even faster (use-package paradox :ensure paradox :commands (paradox-upgrade-packages paradox-list-packages) - :config (setq paradox-execute-asynchronously t) + :config + (setq paradox-execute-asynchronously t) + (setq paradox-github-token t) ; I don't want to be prompted about this integration ) #+END_SRC * Paths -- 2.39.2