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:
parent
9a8fc46c74
commit
8fa5b9406c
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ uses a straight or package.el command directly).")
|
||||||
;; HACK Disable native-compilation for some troublesome files
|
;; HACK Disable native-compilation for some troublesome files
|
||||||
comp-deferred-compilation-black-list '("/evil-collection-vterm\\.el$"))
|
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)
|
(defadvice! doom--read-pinned-packages-a (orig-fn &rest args)
|
||||||
"Read `:pin's in `doom-packages' on top of straight's lockfiles."
|
"Read `:pin's in `doom-packages' on top of straight's lockfiles."
|
||||||
:around #'straight--lockfile-read-all
|
:around #'straight--lockfile-read-all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue