just gonna do that

This commit is contained in:
Sakooooo 2024-01-12 15:58:10 +04:00
parent ef5a02989d
commit 1609dff7f3
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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