From 5159d37cf692c4d18610c35c05344704723dcde7 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 17 Oct 2023 10:44:18 +0100 Subject: [PATCH] Remove the gc optimization to fix the gc freeze --- core/fg42.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fg42.el b/core/fg42.el index 15f6ccc..7d715e6 100644 --- a/core/fg42.el +++ b/core/fg42.el @@ -44,7 +44,7 @@ (defun fg42/initialize () "Initialize FG42 after the Emacs window is rendered by loading the user init file." - (fg42/-startup-optimization) + ;; (fg42/-startup-optimization) (require 'fpkg/core) (fpkg/initialize) (when (file-exists-p user-init-file)