From 8fa5b9406c93c27ee9564eb8773314a0ff8de047 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 16 Aug 2020 21:12:56 -0400 Subject: [PATCH] Fix #3763: add let-alist to straight-built-in-pseudo-packages It is included with Emacs 26 and onwards, and was recently removed from emacs-mirror anyhow. --- core/core-packages.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-packages.el b/core/core-packages.el index f535f9b57..d7ec30bd9 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -101,6 +101,10 @@ uses a straight or package.el command directly).") ;; HACK Disable native-compilation for some troublesome files comp-deferred-compilation-black-list '("/evil-collection-vterm\\.el$")) +(with-eval-after-load 'straight + ;; `let-alist' is built into Emacs 26 and onwards + (add-to-list 'straight-built-in-pseudo-packages 'let-alist)) + (defadvice! doom--read-pinned-packages-a (orig-fn &rest args) "Read `:pin's in `doom-packages' on top of straight's lockfiles." :around #'straight--lockfile-read-all