Remove the gc optimization to fix the gc freeze

This commit is contained in:
Sameer Rahmani 2023-10-17 10:44:18 +01:00
parent f688436ece
commit 5159d37cf6
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
(defun fg42/initialize () (defun fg42/initialize ()
"Initialize FG42 after the Emacs window is rendered by loading the user init file." "Initialize FG42 after the Emacs window is rendered by loading the user init file."
(fg42/-startup-optimization) ;; (fg42/-startup-optimization)
(require 'fpkg/core) (require 'fpkg/core)
(fpkg/initialize) (fpkg/initialize)
(when (file-exists-p user-init-file) (when (file-exists-p user-init-file)