parent
1609dff7f3
commit
01a0706964
1 changed files with 4 additions and 1 deletions
|
@ -126,7 +126,10 @@ Cause emacs overlay lol
|
|||
(goto-char (point-max))
|
||||
(eval-print-last-sexp)))
|
||||
(load bootstrap-file nil 'nomessage))
|
||||
(setq straight-use-package-by-default t)
|
||||
(use-package straight
|
||||
:custom
|
||||
(straight-use-package-by-default t))
|
||||
)
|
||||
#+end_src
|
||||
* SPEED SPEED SPEED SPEED
|
||||
** Avoid Garbage Collection at startup
|
||||
|
|
Loading…
Reference in a new issue