mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-27 15:20:52 -07:00
fix: defining as dynamic an already lexical var
When invoking straight's API directly. Fix: #8251
This commit is contained in:
parent
50200762cd
commit
3a9d6071f3
1 changed files with 3 additions and 0 deletions
|
|
@ -168,6 +168,9 @@ original state.")
|
|||
|
||||
(defadvice! doom-straight--no-compute-prefixes-a (fn &rest args)
|
||||
:around #'straight--build-autoloads
|
||||
(eval-when-compile
|
||||
(or (require 'loaddefs-gen nil 'noerror)
|
||||
(require 'autoload)))
|
||||
(let (autoload-compute-prefixes)
|
||||
(apply fn args)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue