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.
This commit is contained in:
Henrik Lissner 2020-08-16 21:12:56 -04:00
parent 9a8fc46c74
commit 8fa5b9406c
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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