Move emacs dir from thoom-emacs/ to emacs/

This commit is contained in:
2024-10-03 14:45:33 -07:00
parent 8fdb6dca82
commit da83c7673a
8 changed files with 6 additions and 5 deletions

8
emacs/early-init.el Normal file
View File

@@ -0,0 +1,8 @@
;; Disable package.el in favor of straight.el
(setq package-enable-at-startup nil)
(setq gc-cons-threshold most-positive-fixnum)
(add-hook 'emacs-startup-hook
(lambda ()
(setq gc-cons-threshold (* 16 1024 1024))))