From cea4c18a7150abb736f9d1098b2222a98fa3ce6c Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 19 Mar 2025 19:08:22 +0900 Subject: [PATCH] Update --- emacs.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 029c440..4fc7c9b 100644 --- a/emacs.el +++ b/emacs.el @@ -78,8 +78,7 @@ Otherwize hook it." (set-variable 'package-archives `(,@package-archives ("melpa" . "https://melpa.org/packages/") - ;; Somehow fails to download via https - ("10sr-el" . "http://10sr.github.io/emacs-lisp/elpa/"))) + ("10sr-el" . "https://10sr.github.io/emacs-lisp/elpa/"))) (when (< emacs-major-version 27) (package-initialize))