Minor refactors & reformatting
This commit is contained in:
parent
c517be8e69
commit
affd076d53
5 changed files with 40 additions and 47 deletions
|
@ -236,8 +236,9 @@ list remains lean."
|
|||
"Build the trampolines we need to prevent hanging."
|
||||
(when (featurep 'comp)
|
||||
;; HACK The following list was obtained by running 'doom build', waiting for
|
||||
;; it to hang, then checking the eln-cache for trampolines. We simulate
|
||||
;; running 'doom build' twice by compiling the trampolines then restarting.
|
||||
;; it to hang, then checking the eln-cache for trampolines. We
|
||||
;; simulate running 'doom build' twice by compiling the trampolines
|
||||
;; then restarting.
|
||||
(let (restart)
|
||||
(dolist (f '(abort-recursive-edit
|
||||
describe-buffer-bindings
|
||||
|
@ -258,7 +259,7 @@ list remains lean."
|
|||
(unless (doom--find-eln-file
|
||||
(concat comp-native-version-dir "/"
|
||||
(comp-trampoline-filename f)))
|
||||
(print! "Compiling trampoline for %s" f)
|
||||
(print! (info "Compiling trampoline for %s") f)
|
||||
(comp-trampoline-compile f)
|
||||
(setq restart t)))
|
||||
(when restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue