mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
@@ -111,6 +111,10 @@ uses a straight or package.el command directly).")
|
|||||||
;;; Bootstrappers
|
;;; Bootstrappers
|
||||||
|
|
||||||
(defun doom--ensure-straight (recipe pin)
|
(defun doom--ensure-straight (recipe pin)
|
||||||
|
(letenv! (("GIT_CONFIG" nil)
|
||||||
|
("GIT_CONFIG_NOSYSTEM" "1")
|
||||||
|
("GIT_CONFIG_GLOBAL" (or (getenv "DOOMGITCONFIG")
|
||||||
|
"/dev/null")))
|
||||||
(let ((repo-dir (doom-path straight-base-dir "straight/repos/straight.el"))
|
(let ((repo-dir (doom-path straight-base-dir "straight/repos/straight.el"))
|
||||||
(repo-url (concat "http" (if gnutls-verify-error "s")
|
(repo-url (concat "http" (if gnutls-verify-error "s")
|
||||||
"://github.com/"
|
"://github.com/"
|
||||||
@@ -180,7 +184,7 @@ uses a straight or package.el command directly).")
|
|||||||
:build nil)
|
:build nil)
|
||||||
(emacsmirror-mirror :type git :host github
|
(emacsmirror-mirror :type git :host github
|
||||||
:repo "emacs-straight/emacsmirror-mirror"
|
:repo "emacs-straight/emacsmirror-mirror"
|
||||||
:build nil)))))
|
:build nil))))))
|
||||||
|
|
||||||
(defun doom--ensure-core-packages (packages)
|
(defun doom--ensure-core-packages (packages)
|
||||||
(doom-log "Installing core packages")
|
(doom-log "Installing core packages")
|
||||||
|
Reference in New Issue
Block a user