From 617ab847c6362023cb5dbc0f3e98471ded2a5d53 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 2 Jun 2021 19:37:09 -0400 Subject: [PATCH] Revert ed5c7a21d Because straight don't read a package's original recipe when installed through emacsmirror. --- core/core-packages.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/core-packages.el b/core/core-packages.el index ee0962a4fd2..df8df0fcaf0 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -171,11 +171,6 @@ uses a straight or package.el command directly).") (doom-log "Initializing recipes") (mapc #'straight-use-recipes '((org-elpa :local-repo nil) - ;; Give emacs-mirror higher priority than MELPA, because who knows - ;; where MELPA packages come from. - (emacsmirror-mirror :type git :host github - :repo "emacs-straight/emacsmirror-mirror" - :build nil) (melpa :type git :host github :repo "melpa/melpa" :build nil) @@ -184,6 +179,9 @@ uses a straight or package.el command directly).") :build nil) (el-get :type git :host github :repo "dimitri/el-get" + :build nil) + (emacsmirror-mirror :type git :host github + :repo "emacs-straight/emacsmirror-mirror" :build nil))))) (defun doom--ensure-core-packages (packages)