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