From 4b7537fe7058a8f669675c9813774b5ce2ffd955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 9 Feb 2023 23:38:38 +0100 Subject: [PATCH] bump straight.el bootstrap-version --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index d205b99..0895033 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; Below are fragments from my Emacs configuration file ;;; (`~/.emacs.d/init.el`) using -;;; [straight.el](https://github.com/raxod502/straight.el) instead of +;;; [straight.el](https://github.com/radian-software/straight.el) instead of ;;; Emacs builtin `package.el`. (For old `package.el` based version ;;; see [here](/dotemacs/2022-02-15/)). @@ -14,11 +14,11 @@ (defvar bootstrap-version) (let ((bootstrap-file (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) - (bootstrap-version 5)) + (bootstrap-version 6)) (unless (file-exists-p bootstrap-file) (with-current-buffer (url-retrieve-synchronously - "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" + "https://raw.githubusercontent.com/radian-software/straight.el/develop/install.el" 'silent 'inhibit-cookies) (goto-char (point-max)) (eval-print-last-sexp)))