diff --git a/early-init.el b/early-init.el index 8613c6f..d2075fd 100644 --- a/early-init.el +++ b/early-init.el @@ -389,6 +389,9 @@ this stage of initialization." (setq use-file-dialog nil) (setq use-dialog-box nil)) +;;; Security +(setq gnutls-min-prime-bits 3072) + ;;; package.el (setq use-package-compute-statistics minimal-emacs-debug)