just gonna do that
This commit is contained in:
parent
ef5a02989d
commit
1609dff7f3
|
@ -126,10 +126,7 @@ Cause emacs overlay lol
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(eval-print-last-sexp)))
|
(eval-print-last-sexp)))
|
||||||
(load bootstrap-file nil 'nomessage))
|
(load bootstrap-file nil 'nomessage))
|
||||||
(use-package straight
|
(setq straight-use-package-by-default t)
|
||||||
:custom
|
|
||||||
(straight-use-package-by-default t))
|
|
||||||
)
|
|
||||||
#+end_src
|
#+end_src
|
||||||
* SPEED SPEED SPEED SPEED
|
* SPEED SPEED SPEED SPEED
|
||||||
** Avoid Garbage Collection at startup
|
** Avoid Garbage Collection at startup
|
||||||
|
|
Loading…
Reference in a new issue